Categorygithub.com/nokute78/go-bit/v2
modulepackage
2.2.1
Repository: https://github.com/nokute78/go-bit.git
Documentation: pkg.go.dev

# 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

# Structs

Offset represents offset to access bits in byte slices.

# Type aliases

No description provided by the author