git_reference_foreach_cb

Callback used to iterate over references

@see git_reference_foreach

@param reference The reference object @param payload Payload passed to git_reference_foreach @return non-zero to terminate the iteration

extern (C) nothrow @nogc
alias git_reference_foreach_cb = int function

Meta