plus

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

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


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

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