BitSet
Efficient bit storage and manipulation. See samples: https://public.datagrok.ai/js/samples/data-frame/aggregation
Constructors
new BitSet()
new BitSet(
dart):BitSet
Creates a BitSet from the specified Dart object.
Parameters
| Parameter | Type |
|---|---|
dart | any |
Returns
Source
Properties
| Property | Modifier | Type |
|---|---|---|
dart | public | any |
Accessors
anyFalse
getanyFalse():boolean
Whether any bits are set to false.
Returns
boolean
Source
anyTrue
getanyTrue():boolean
Whether any bits are set to true.
Returns
boolean
Source
falseCount
getfalseCount():number
Number of unset bits
Returns
number