CodePointSetData.xidStart constructor

CodePointSetData.xidStart()

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

See the Rust documentation for XidStart for more information.

Implementation

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