set

package
v1.33.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 5, 2024 License: BSD-3-Clause Imports: 1 Imported by: 0

Documentation

Overview

Package set provides simple set data structures for uint64s.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

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)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL