Git.OID

Git object identifier (identifies blobs, trees, commits, etc.)

Constructors

this
this(char[] sha1)

Construct from an ASCII string.

Alias This

sha1

Members

Functions

toString
string toString()

Convert to the ASCII representation.

Variables

sha1
ubyte[20] sha1;

Watch me: new hash algorithms may be supported in the future.

Meta