GIT_OID_HEXSZ

Size (in bytes) of a hex formatted oid

extern (C) nothrow @nogc
enum GIT_OID_HEXSZ = .GIT_OID_RAWSZ * 2;

Meta