minus

operator fun minus(flag: UserFlag): UserFlags(source)

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


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

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