Git.TreeID

Undocumented in source.
struct Git
struct TreeID {}

Members

Mixins

__anonymous
mixin TypedObjectID!"tree"
Undocumented in source.

Mixed In Members

From mixin TypedObjectID!"tree"

type
enum type;

As in git-hash-object's -t parameter.

oid
OID oid;

The generic object identifier.

this
this(OID oid)
Undocumented in source.
this
this(char[] hash)
Undocumented in source.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
this
this(CommitID )
Undocumented in source.
this
this(TreeID )
Undocumented in source.
this
this(BlobID )
Undocumented in source.

Meta