git_hashsig_compare

Measure similarity score between two similarity signatures

@param a The first similarity signature to compare. @param b The second similarity signature to compare. @return [0 to 100] on success as the similarity score, or error code.

package extern (C) nothrow @nogc
int
git_hashsig_compare
(
const(.git_hashsig)* a
,
const(.git_hashsig)* b
)

Meta