BitSlice

open class BitSlice(val lowBit: Int, val bitCount: Int)

Inheritors

Constructors

Link copied to clipboard
constructor(lowBit: Int, bitCount: Int)

Types

Link copied to clipboard
object Companion
Link copied to clipboard
abstract class TypedBitSlice<T>(val lowBit: Int, val bitCount: Int) : BitSlice

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val lowBit: Int

Functions

Link copied to clipboard
fun getRaw(host: Int): Int
Link copied to clipboard
Link copied to clipboard
open override fun toString(): String
Link copied to clipboard
fun updatedRaw(host: Int, value: Int): Int