utfMatcher
fn
auto utfMatcher(Char, Set)(Set set) if (isCodepointSet!Set)Constructs a matcher object to classify U+ from the set for encoding that has Char as code unit.
See MatcherConcept for API outline.