Companion

object Companion

Functions

Link copied to clipboard
inline fun fromInt(value: Int): Flags32

Creates a new Flags32 instance using the specified signed 32-bit integer value.

Link copied to clipboard
inline fun fromUInt(value: UInt): Flags32

Creates a new Flags32 instance using the specified unsigned 32-bit integer value.

Properties

Link copied to clipboard

Flags whose all the bits are set to 1.

Link copied to clipboard

Flags whose none of the bits are set to 1.

Link copied to clipboard
const val SIZE_BITS: Int = 32

The number of bits used to represent an instance of Flags32 in a binary form.

Link copied to clipboard
const val SIZE_BYTES: Int = 4

The number of bytes used to represent an instance of Flags32 in a binary form.