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 (bs *Ints) Clear(n uint64)

func (*Ints) Has

func (bs *Ints) Has(n uint64) bool

func (*Ints) Len

func (bs *Ints) Len() int

func (*Ints) Set

func (bs *Ints) Set(n uint64)

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.