plus

operator fun plus(flag: RoleFlag): RoleFlags(source)

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


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

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