fuzzyd

Undocumented in source.

Members

Aliases

bonusFn
alias bonusFn = int function(Input)
Undocumented in source.
scoreFn
alias scoreFn = Result[] delegate(string)
Undocumented in source.

Functions

caseMatchBonus
int caseMatchBonus(Input input)
Undocumented in source. Be warned that the author may not have intended to support it.
fuzzy
scoreFn fuzzy(string[] db)

Fuzzy search

previousCharBonus
int previousCharBonus(Input input)
Undocumented in source. Be warned that the author may not have intended to support it.
startBonus
int startBonus(Input input)
Undocumented in source. Be warned that the author may not have intended to support it.
wordBoundaryBonus
int wordBoundaryBonus(Input input)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Input
struct Input
Undocumented in source.
Result
struct Result
Undocumented in source.

Meta