# Packages
No description provided by the author
# Functions
BitsToBytes converts the unit.
BytesToBits returns Bit slices.
GetBit returns 1 or 0.
GetBitAsByte returns byte (1 or 0).
GetBitAsByteNotShift reads b at Offset off, returns the bit.
GetBits returns Bit slice.
GetBitsAsByte returns byte slice.
GetBitsBitEndian returns Bit slice.
NewBits generates slice of Bit.
Read reads structured binary data from i into data.
SetBit sets bit on b at off.
SetBits sets bits on bytes at off.
SetBitsBitEndian sets bits in b.
SizeInByte returns size of []Bit slice in byte.
Write writes structured binary data from input into w.
# Variables
No description provided by the author
# Type aliases
No description provided by the author