Man
Container
BitSet
getSize
BitSet.getSize
Returns the maximum number of indexes in the bitset.
Arguments
None
Return values
size
as an integer number.
Complexity
Constant
Example
"sl/bitSet" useFile a: 55 BitSet; a.getSize print
Output:
55