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
Output:
55
Returns the maximum number of indexes in a bitset.
Constant