git_index_free

Free an existing index object.

extern (C) nothrow @nogc
void
git_index_free

Parameters

index libgit2_d.types.git_index*

an existing index object

Meta