CodePointSetData.hexDigit constructor

CodePointSetData.hexDigit()

Create a set for the Hex_Digit property, using compiled data.

See the Rust documentation for HexDigit for more information.

Implementation

factory CodePointSetData.hexDigit() {
  final result = _icu4x_CodePointSetData_create_hex_digit_mv1();
  return CodePointSetData._fromFfi(result, []);
}