simpleFoldWithCompiledData static method
Returns the simple casefolding of the given character, using compiled data (avoids having to allocate a CaseMapper object)
See the Rust documentation for simple_fold for more information.
Implementation
static Rune simpleFoldWithCompiledData(Rune ch) {
final result = _icu4x_CaseMapper_simple_fold_with_compiled_data_mv1(ch);
return result;
}