Returns an iterable wrapper of the bit array that iterates over the index numbers and returns the 32-bit int blocks.
Iterable<int> asUint32Iterable() => _data;