CloseMatchesOnIterable<T> extension

on

Methods

closeMatches(Iterable<T> target, {int count = 3, double cutoff = 0.6}) Iterable<Iterable<T>>
Returns a list of the best "good enough" matches.