package set
import "google.golang.org/protobuf/internal/set"
Package set provides simple set data structures for uint64s.
Index ¶
Types ¶
type Ints ¶
type Ints struct {
// contains filtered or unexported fields
}
Ints represents a set of integers within the range of 0..math.MaxUint64.
func (*Ints) Clear ¶
func (*Ints) Has ¶
func (*Ints) Len ¶
func (*Ints) Set ¶
Source Files ¶
ints.go
- Version
- v1.36.5 (latest)
- Published
- Feb 6, 2025
- Platform
- linux/amd64
- Imports
- 1 packages
- Last checked
- 10 hours ago –
Tools for package owners.