clear method

void clear()

Clears all bits (sets to false).

Implementation

void clear() => _bits.fillRange(0, _bits.length, 0);