git_tree_entry_cmp

Compare two tree entries

extern (C) nothrow @nogc
int
git_tree_entry_cmp

Parameters

e1 const(libgit2_d.types.git_tree_entry)*

first tree entry

e2 const(libgit2_d.types.git_tree_entry)*

second tree entry

Return Value

Type: int

<0 if e1 is before e2, 0 if e1 == e2, >0 if e1 is after e2

Meta