BitSet.clear

Clears the bitset.

Arguments

None

Return values

None

Complexity

O(size)

Example

"sl/bitSet" useFile a: (1 3 5) 8 makeBitSet; a.none print "," print a.clear a.none print "," print
Output:
FALSE,TRUE,