clear

open override fun clear()

Clear all the bits of the set.

Depending on the implementation, this may be significantly faster than clear(0, length).


open override fun clear(i: Int)

Clear the bit at index i.


open override fun clear(from: Int, to: Int)

Clears a range of bits.

Parameters

startIndex

lower index

endIndex

one-past the last bit to clear