Sets the bits specified by the indexes to true.
indexes
void setBits(Iterable<int> indexes) { indexes.forEach(setBit); }