minus

operator fun minus(flag: SkuFlag): SkuFlags(source)

Returns an instance of SkuFlags that has all bits set that are set in this except the bits that are set in flag.


operator fun minus(flags: SkuFlags): SkuFlags(source)

Returns an instance of SkuFlags that has all bits set that are set in this except the bits that are set in flags.