minus

operator fun minus(flag: ChannelFlag): ChannelFlags(source)

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


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

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