Versions in this module Expand all Collapse all v1 v1.0.2 Jan 31, 2023 v1.0.1 Jan 25, 2023 Changes in this version + type Array struct + Bytes []byte + type Reader struct + func NewReader(arr *Array) *Reader + func (a *Reader) NonReadBits() int + func (a *Reader) NonReadBytes() int + func (a *Reader) Read(bits int) (v uint) + func (a *Reader) View(bits int) (v uint) + type Writer struct + func NewWriter(arr *Array) *Writer + func (a *Writer) Write(bits int, v uint)