Sets the bits specified by the indexes to false.
indexes
void clearBits(Iterable<int> indexes) { indexes.forEach(clearBit); }