wima
Preparing search index...
Bitset
Class Bitset
Index
Constructors
constructor
Methods
and
clear
get
length
not
or
reset
resize
set
xor
and
clear
get
not
or
reset
resize
set
xor
Constructors
constructor
new
Bitset
(
size
?:
number
)
:
Bitset
Parameters
Optional
size
:
number
= 0
Returns
Bitset
Methods
and
and
(
other
:
Bitset
)
:
Bitset
Parameters
other
:
Bitset
Returns
Bitset
clear
clear
()
:
void
Returns
void
get
get
(
index
:
number
)
:
boolean
Parameters
index
:
number
Returns
boolean
length
length
()
:
number
Returns
number
not
not
()
:
Bitset
Returns
Bitset
or
or
(
other
:
Bitset
)
:
Bitset
Parameters
other
:
Bitset
Returns
Bitset
reset
reset
(
index
:
number
)
:
void
Parameters
index
:
number
Returns
void
resize
resize
(
size
:
number
)
:
void
Parameters
size
:
number
Returns
void
set
set
(
index
:
number
)
:
void
Parameters
index
:
number
Returns
void
xor
xor
(
other
:
Bitset
)
:
Bitset
Parameters
other
:
Bitset
Returns
Bitset
Static
and
and
(
bitset1
:
Bitset
,
bitset2
:
Bitset
,
out
?:
Bitset
)
:
Bitset
Parameters
bitset1
:
Bitset
bitset2
:
Bitset
out
:
Bitset
= ...
Returns
Bitset
Static
clear
clear
(
bitset
:
Bitset
)
:
void
Parameters
bitset
:
Bitset
Returns
void
Static
get
get
(
bitset
:
Bitset
,
index
:
number
)
:
boolean
Parameters
bitset
:
Bitset
index
:
number
Returns
boolean
Static
not
not
(
bitset
:
Bitset
,
out
?:
Bitset
)
:
Bitset
Parameters
bitset
:
Bitset
out
:
Bitset
= ...
Returns
Bitset
Static
or
or
(
bitset1
:
Bitset
,
bitset2
:
Bitset
,
out
?:
Bitset
)
:
Bitset
Parameters
bitset1
:
Bitset
bitset2
:
Bitset
out
:
Bitset
= ...
Returns
Bitset
Static
reset
reset
(
bitset
:
Bitset
,
index
:
number
)
:
void
Parameters
bitset
:
Bitset
index
:
number
Returns
void
Static
resize
resize
(
bitset
:
Bitset
,
size
:
number
)
:
void
Parameters
bitset
:
Bitset
size
:
number
Returns
void
Static
set
set
(
bitset
:
Bitset
,
index
:
number
)
:
void
Parameters
bitset
:
Bitset
index
:
number
Returns
void
Static
xor
xor
(
bitset1
:
Bitset
,
bitset2
:
Bitset
,
out
?:
Bitset
)
:
Bitset
Parameters
bitset1
:
Bitset
bitset2
:
Bitset
out
:
Bitset
= ...
Returns
Bitset
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
and
clear
get
length
not
or
reset
resize
set
xor
and
clear
get
not
or
reset
resize
set
xor
wima
Loading...