geary
0.22.11
common
js
jvm
geary-core
/
com.mineinabyss.geary.datatypes
/
BitSet
Bit
Set
common
js
jvm
expect
class
BitSet
Cross-platform interface for a bitset.
actual
class
BitSet
actual
class
BitSet
Members
Constructors
Bit
Set
Link copied to clipboard
common
js
jvm
expect
constructor
(
)
actual
constructor
(
)
constructor
(
from
:
RoaringBitmap
)
actual
constructor
(
)
Functions
and
Link copied to clipboard
common
js
jvm
expect
fun
and
(
other
:
BitSet
)
actual
fun
and
(
other
:
BitSet
)
actual
fun
and
(
other
:
BitSet
)
and
Not
Link copied to clipboard
common
js
jvm
expect
fun
andNot
(
other
:
BitSet
)
actual
fun
andNot
(
other
:
BitSet
)
actual
fun
andNot
(
other
:
BitSet
)
clear
Link copied to clipboard
common
js
jvm
expect
fun
clear
(
)
expect
fun
clear
(
index
:
Int
)
actual
fun
clear
(
)
actual
fun
clear
(
index
:
Int
)
actual
fun
clear
(
)
actual
fun
clear
(
index
:
Int
)
copy
Link copied to clipboard
common
js
jvm
expect
fun
copy
(
)
:
BitSet
actual
fun
copy
(
)
:
BitSet
actual
fun
copy
(
)
:
BitSet
flip
Link copied to clipboard
common
js
jvm
expect
fun
flip
(
index
:
Int
)
actual
fun
flip
(
index
:
Int
)
actual
fun
flip
(
index
:
Int
)
for
Each
Bit
Link copied to clipboard
common
js
jvm
expect
inline
fun
forEachBit
(
crossinline
loop
:
(
Int
)
->
Unit
)
actual
inline
fun
forEachBit
(
crossinline
loop
:
(
Int
)
->
Unit
)
actual
inline
fun
forEachBit
(
crossinline
loop
:
(
Int
)
->
Unit
)
get
Link copied to clipboard
common
js
jvm
expect
operator
fun
get
(
index
:
Int
)
:
Boolean
actual
operator
fun
get
(
index
:
Int
)
:
Boolean
actual
operator
fun
get
(
index
:
Int
)
:
Boolean
is
Empty
Link copied to clipboard
common
js
jvm
expect
fun
isEmpty
(
)
:
Boolean
actual
fun
isEmpty
(
)
:
Boolean
actual
fun
isEmpty
(
)
:
Boolean
or
Link copied to clipboard
common
js
jvm
expect
fun
or
(
other
:
BitSet
)
actual
fun
or
(
other
:
BitSet
)
actual
fun
or
(
other
:
BitSet
)
set
Link copied to clipboard
common
js
jvm
expect
fun
set
(
index
:
Int
)
expect
fun
set
(
from
:
Int
,
to
:
Int
)
actual
fun
set
(
index
:
Int
)
actual
fun
set
(
from
:
Int
,
to
:
Int
)
actual
fun
set
(
index
:
Int
)
actual
fun
set
(
from
:
Int
,
to
:
Int
)
xor
Link copied to clipboard
common
js
jvm
expect
fun
xor
(
other
:
BitSet
)
actual
fun
xor
(
other
:
BitSet
)
actual
fun
xor
(
other
:
BitSet
)
Properties
cardinality
Link copied to clipboard
common
js
jvm
expect
val
cardinality
:
Int
actual
val
cardinality
:
Int
actual
val
cardinality
:
Int