<lsb0-bit-reader> ( bytes -- bs )


Vocabulary
bitstreams

Inputs
bytesa byte-array


Outputs
bsa bit-reader


Word description
Creates a bitreader object, reading from the given bytearray, which counts the LSB as bit position 0. The cursor is placed at the start of the array. Note that this does not affect the order in which read bits are returned, only the order in which the cursor visits them.

Definition