minus

operator fun minus(flag: Permission): Permissions(source)

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


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

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