chickadee » bitstring » bitstring->list

bitstring->list bitstring #!optional bits byte-orderprocedure

Convert bitstring to list of bits.

Optional group bits, default value 1, indicates how many bits each entry in the list should span. For example, to see the contents grouped by octet, use 8 here.

Optional byte-order 'little - little-endian, 'big - big-endian, 'host host system byte-order, default value 'big. This has an effect only if bit is larger than 8.