rd-core
2023.2.3
rd-core
/
com.jetbrains.rd.util
/
BitSlice
Bit
Slice
open
class
BitSlice
(
val
lowBit
:
Int
,
val
bitCount
:
Int
)
Content copied to clipboard
Types
Constructors
Functions
Properties
Extensions
Inheritors
Constructors
Bit
Slice
Link copied to clipboard
fun
BitSlice
(
lowBit
:
Int
,
bitCount
:
Int
)
Content copied to clipboard
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
Typed
Bit
Slice
Link copied to clipboard
abstract
class
TypedBitSlice
<
T
>
(
val
lowBit
:
Int
,
val
bitCount
:
Int
)
:
BitSlice
Content copied to clipboard
Functions
get
Raw
Link copied to clipboard
fun
getRaw
(
host
:
Int
)
:
Int
Content copied to clipboard
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Content copied to clipboard
updated
Raw
Link copied to clipboard
fun
updatedRaw
(
host
:
Int
,
value
:
Int
)
:
Int
Content copied to clipboard
Properties
bit
Count
Link copied to clipboard
val
bitCount
:
Int
Content copied to clipboard
high
Bit
Link copied to clipboard
val
highBit
:
Int
Content copied to clipboard
low
Bit
Link copied to clipboard
val
lowBit
:
Int
Content copied to clipboard
Inheritors
TypedBitSlice
Link copied to clipboard
Extensions
next
Slice
Low
Link copied to clipboard
fun
BitSlice
?
.
nextSliceLow
(
)
:
Int
Content copied to clipboard