Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecodeToUintArray ¶
DecodeToUintArray decodes input bytes to []uint64.
func EncodeUintArray ¶
EncodeUintArray encodes []uint64 to bytes.
Types ¶
type BitMap ¶
type BitMap struct {
// contains filtered or unexported fields
}
BitMap is a struct which provides the Get or Set of bits map.
func NewBitMapWithNumBits ¶ added in v1.0.5
NewBitMapWithNumBits generates a BitMap.
func RestoreBitMap ¶
RestoreBitMap generate the BitMap by input bytes.
Click to show internal directories.
Click to hide internal directories.