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
/
clear
clear
fun
BitSet
.
clear
(
index
:
Long
)
(
source
)
shorthand for
set(index, false)
fun
BitSet
.
clear
(
index
:
Int
)
(
source
)
fun
BitSet
.
clear
(
fromIndex
:
Long
,
toIndex
:
Long
)
(
source
)
fun
BitSet
.
clear
(
longRange
:
LongRange
)
(
source
)