clear

open fun clear()

Clear all the bits of the set.

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


abstract fun clear(i: Int)

Clear the bit at i.


abstract fun clear(startIndex: Int, endIndex: Int)

Clears a range of bits.

Parameters

startIndex

lower index

endIndex

one-past the last bit to clear