defaultIgnorableCodePointForChar static method
- Rune ch
Get the Default_Ignorable_Code_Point
value for a given character, using compiled data
See the Rust documentation for for_char
for more information.
Implementation
static bool defaultIgnorableCodePointForChar(Rune ch) {
final result = _icu4x_CodePointSetData_default_ignorable_code_point_for_char_mv1(ch);
return result;
}