Builder

class Builder(code: Int = 0)(source)

Constructors

Link copied to clipboard
constructor(code: Int = 0)

Functions

Link copied to clipboard

Returns an instance of UserFlags that has all bits set that are currently set in this Builder.

Link copied to clipboard
operator fun UserFlag.unaryMinus()

Unsets all bits in the Builder that are set in this UserFlag.

operator fun UserFlags.unaryMinus()

Unsets all bits in the Builder that are set in this UserFlags.

Link copied to clipboard
operator fun UserFlag.unaryPlus()

Sets all bits in the Builder that are set in this UserFlag.

operator fun UserFlags.unaryPlus()

Sets all bits in the Builder that are set in this UserFlags.