fieldCount (BitSet)

Returns the maximum number of indexes in a bitset.

Arguments

bitset
to get the maximum size of.

Return values

size
as an integer number.

Complexity

Constant

Example

"sl/bitSet" useFile a: 55 BitSet; a fieldCount print
Output:
55