package set

Import Path
	google.golang.org/protobuf/internal/set (on go.dev)

Dependency Relation
	imports one package, and imported by one package

Involved Source Files Package set provides simple set data structures for uint64s.
Package-Level Type Names (total 2, in which 1 are exported)
/* sort exporteds by: | */
Ints represents a set of integers within the range of 0..math.MaxUint64. (*T) Clear(n uint64) (*T) Has(n uint64) bool (*T) Len() int (*T) Set(n uint64)