Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CompactBitList ¶
type CompactBitList struct {
// contains filtered or unexported fields
}
CompactBitList allows your units to be of arbitrary bit size.
func NewCompactBitList ¶
func NewCompactBitList(unitBitSize int) *CompactBitList
func (*CompactBitList) Append ¶
func (m *CompactBitList) Append(v uint64)
func (*CompactBitList) Get ¶
func (m *CompactBitList) Get(iUnit int) (v uint64)
func (*CompactBitList) Set ¶
func (m *CompactBitList) Set(iUnit int, v uint64)
Set function is not optimized yet.
func (*CompactBitList) Tighten ¶
func (m *CompactBitList) Tighten()
Click to show internal directories.
Click to hide internal directories.