BitSet.none
Checks if there are no indexes in the bitset.
Arguments
None
Return values
condition
is TRUE if no elements are set, FALSE otherwise.
Complexity
O(size)
Example
Output:
TRUE
FALSE
FALSE
Checks if there are no indexes in the bitset.
None
O(size)