Companion

object Companion

Functions

Link copied to clipboard
inline fun fromLong(value: Long): Flags64

Creates a new Flags64 instance using the specified signed 64-bit integer value.

Link copied to clipboard
inline fun fromULong(value: ULong): Flags64

Creates a new Flags64 instance using the specified unsigned 64-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 = 64

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

Link copied to clipboard
const val SIZE_BYTES: Int = 8

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