fuzzyd.core

Undocumented in source.

Members

Aliases

bonusFn
alias bonusFn = int function(Input)
Undocumented in source.
fuzzyFn
alias fuzzyFn = FuzzyResult[] 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
fuzzyFn 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

FuzzyResult
struct FuzzyResult
Undocumented in source.
Input
struct Input
Undocumented in source.

Meta