//
pkg.gl
Category
github.com/kubeservice-stack/common
pkg
bit
package
1.7.0
Repository:
https://github.com/kubeservice-stack/common.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
0
Files
159 SLOC
#
Functions
NewReader
NewReader crate bit reader.
NewWriter
NewWriter create bit writer.
#
Constants
One
One is our exported type for '1' bits.
Zero
Zero is our exported type for '0' bits.
#
Structs
Reader
Reader reads bits from buffer.
Writer
Writer writes bits to an io.Writer.
#
Type aliases
Bit
A Bit is a zero or a one.