difference method
Implementation
@override
EnumSet<SoundCategory> difference(EnumSet<SoundCategory> other) =>
SoundCategoryEnumSet.fromRawValue(this.rawValue & ~other.rawValue);
@override
EnumSet<SoundCategory> difference(EnumSet<SoundCategory> other) =>
SoundCategoryEnumSet.fromRawValue(this.rawValue & ~other.rawValue);