separator static method
See the Rust documentation for Other
for more information.
Implementation
static GeneralCategoryGroup separator() {
final result = _icu4x_GeneralCategoryGroup_separator_mv1();
return GeneralCategoryGroup._fromFfi(result);
}