git_index_iterator_next

Return the next index entry in-order from the iterator.

@param out_ Pointer to store the index entry in @param iterator The iterator @return 0, git_error_code.GIT_ITEROVER on iteration completion or an error code

extern (C) nothrow @nogc
int
git_index_iterator_next

Meta