SMUTextSearcher typedef

SMUTextSearcher = bool Function(Iterable<String> input)

Will see if the given input matches this function.

Implementation

typedef SMUTextSearcher = bool Function(Iterable<String> input);