minus

operator fun minus(flag: SpeakingFlag): SpeakingFlags(source)

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


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

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