//
pkg.gl
Category
github.com/cockroachdb/cockroach
pkg
util
intsets
package
25.1.0+incompatible
Repository:
https://github.com/cockroachdb/cockroach.git
Documentation:
pkg.go.dev
Versions
3
Dependencies
8
Dependents
166
Files
811 SLOC
#
Functions
MakeFast
MakeFast returns a set initialized with the given values.
#
Constants
MaxInt
MaxInt is the maximum integer that can be stored in a set.
MinInt
MinInt is the minimum integer that can be stored in a set.
#
Structs
Fast
Fast keeps track of a set of integers.
Sparse
Sparse is a set of integers.