forChar static method
See the Rust documentation for for_char for more information.
Implementation
static GeneralCategory forChar(Rune ch) {
final result = _icu4x_GeneralCategory_for_char_mv1(ch);
return GeneralCategory.values.firstWhere((v) => v._ffi == result);
}