package set

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

Dependency Relation
	imports one package, and imported by 2 packages

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. (*Ints) Clear(n uint64) (*Ints) Has(n uint64) bool (*Ints) Len() int (*Ints) Set(n uint64)