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