plus

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

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


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

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