CodePointSetData.xidContinue constructor
Create a set for the Xid_Continue
property, using compiled data.
See the Rust documentation for XidContinue
for more information.
Implementation
factory CodePointSetData.xidContinue() {
final result = _icu4x_CodePointSetData_create_xid_continue_mv1();
return CodePointSetData._fromFfi(result, []);
}