logicalOrderExceptionForChar static method

bool logicalOrderExceptionForChar(
  1. Rune ch
)

Get the Logical_Order_Exception value for a given character, using compiled data

See the Rust documentation for for_char for more information.

Implementation

static bool logicalOrderExceptionForChar(Rune ch) {
  final result = _icu4x_CodePointSetData_logical_order_exception_for_char_mv1(ch);
  return result;
}