complement method

GeneralCategoryGroup complement()

See the Rust documentation for complement for more information.

Implementation

GeneralCategoryGroup complement() {
  final temp = _FinalizedArena();
  final result = _icu4x_GeneralCategoryGroup_complement_mv1(_toFfi(temp.arena));
  return GeneralCategoryGroup._fromFfi(result);
}