Inverts the bits specified by the indexes.
indexes
void invertBits(Iterable<int> indexes) { indexes.forEach(invertBit); }