git_index_iterator_free

Free the index iterator

extern (C) nothrow @nogc
void
git_index_iterator_free

Parameters

iterator libgit2_d.types.git_index_iterator*

The iterator to free

Meta