Bitwise input range with propagated forward, bidirectional
and random access capabilities
auto bitwise(R)(auto ref R range) if (isInputRange!R && isIntegral!(ElementType!R))Bitwise adapter over an integral type range. Consumes the range elements bit by bit, from the least significant bit to the most significant bit.
R | an integral input range to iterate over |
range | range to consume bit by by |
Bitwise input range with propagated forward, bidirectional
and random access capabilities