package
1.12.3-warp-verify6
Repository: https://github.com/ava-labs/avalanchego.git
Documentation: pkg.go.dev
# Functions
Inverse of Bits.Bytes().
NewBits returns a new instance of Bits with [bits] set to 1.
Return a new sampleable set with initial capacity [size].
Return a new set with initial capacity [size].
Of returns a Set initialized with [elts].
OfSampleable returns a Set initialized with [elts].
# Structs
Bits is a bit-set backed by a big.Int Holds values ranging from [0, INT_MAX] (arch-dependent) Trying to use negative values will result in a panic.
SampleableSet is a set of elements that supports sampling.