sets

package
v0.12.0 Latest Latest
Warning

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

Go to latest
Published: Nov 3, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Set

type Set[T comparable] map[T]struct{}

func New

func New[T comparable]() Set[T]

func (Set[T]) Add

func (s Set[T]) Add(v T)

func (Set[T]) AddAll

func (s Set[T]) AddAll(v ...T)

func (Set[T]) Clear

func (s Set[T]) Clear()

func (Set[T]) Contains

func (s Set[T]) Contains(v T) bool

func (Set[T]) Copy

func (s Set[T]) Copy() Set[T]

func (Set[T]) Difference

func (s Set[T]) Difference(other Set[T]) Set[T]

func (Set[T]) Equal

func (s Set[T]) Equal(other Set[T]) bool

func (Set[T]) GoString

func (s Set[T]) GoString() string

func (Set[T]) Intersection

func (s Set[T]) Intersection(other Set[T]) Set[T]

func (Set[T]) IsEmpty

func (s Set[T]) IsEmpty() bool

func (Set[T]) IsSubset

func (s Set[T]) IsSubset(other Set[T]) bool

func (Set[T]) IsSuperset

func (s Set[T]) IsSuperset(other Set[T]) bool

func (Set[T]) Remove

func (s Set[T]) Remove(v T)

func (Set[T]) Size

func (s Set[T]) Size() int

func (Set[T]) String

func (s Set[T]) String() string

func (Set[T]) SymmetricDifference

func (s Set[T]) SymmetricDifference(other Set[T]) Set[T]

func (Set[T]) Union

func (s Set[T]) Union(other Set[T]) Set[T]

func (Set[T]) Values

func (s Set[T]) Values() []T

Jump to

Keyboard shortcuts

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