git_object_string2type

Convert a string object type representation to it's libgit2_d.types.git_object_t.

@param str the string to convert. @return the corresponding libgit2_d.types.git_object_t.

extern (C) nothrow @nogc
git_object_string2type
(
const(char)* str
)

Meta