git_index_iterator_free

Free the index iterator

extern (C) nothrow @nogc public
void
git_index_iterator_free

Parameters

iterator libgit2.types.git_index_iterator*

The iterator to free

Meta