asUint32Iterable abstract method
Returns an iterable wrapper that returns the content of the BitSet as 32-bit int blocks. Members are iterated from a zero-based index and each block contains 32 values as a bit index.
Implementation
Iterable<int> asUint32Iterable();