asUint32Iterable method

Iterable<int> asUint32Iterable()

Returns an iterable wrapper of the bit array that iterates over the index numbers and returns the 32-bit int blocks.

Implementation

Iterable<int> asUint32Iterable() => _data;