IntMaskRange

inline class IntMaskRange

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val offset: Int
Link copied to clipboard
val raw: Int
Link copied to clipboard
val size: Int

Functions

Link copied to clipboard
operator fun component1(): Int
Link copied to clipboard
operator fun component2(): Int
Link copied to clipboard
fun extract(value: Int): Int
Link copied to clipboard
fun extractSigned(value: Int, signed: Boolean = true): Int
Link copied to clipboard
fun toMask(): Int
Link copied to clipboard
open override fun toString(): String