git_index_iterator_next

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

extern (C) nothrow @nogc
int
git_index_iterator_next

Parameters

out_ const(.git_index_entry)**

Pointer to store the index entry in

iterator libgit2_d.types.git_index_iterator*

The iterator

Return Value

Type: int

0, git_error_code.GIT_ITEROVER on iteration completion or an error code

Meta