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