awesn1
Toggle table of contents
0.1.1
common
Target filter
common
Switch theme
Search in API
Skip to content
awesn1
core
/
at.asitplus.awesn1
/
set
set
fun
BitSet
.
set
(
index
:
Long
)
(
source
)
shorthand for
set(index, true)
fun
BitSet
.
set
(
index
:
Int
)
(
source
)
operator
fun
BitSet
.
set
(
index
:
Int
,
value
:
Boolean
)
(
source
)
fun
BitSet
.
set
(
fromIndex
:
Long
,
toIndex
:
Long
)
(
source
)
fun
BitSet
.
set
(
indexes
:
LongRange
)
(
source
)