Module icu_casemap::set
source · Traits§
- An object that accepts characters and/or strings to be used with
CaseMapCloser::add_string_case_closure_to()
andCaseMapCloser::add_case_closure_to()
. Usually this object will be some kind of set over codepoints and strings, or something that can be built into one.