git_object_typeisloose

Determine if the given libgit2_d.types.git_object_t is a valid loose object type.

@param type object type to test. @return true if the type represents a valid loose object type, false otherwise.

extern (C) nothrow @nogc
int
git_object_typeisloose

Meta