set

package
v0.0.0-...-abf69a9 Latest Latest
Warning

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

Go to latest
Published: Dec 26, 2024 License: MIT Imports: 0 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 map[string]struct{}

func NewSet

func NewSet(args ...string) Set

func (Set) Add

func (s Set) Add(value string)

func (Set) Contains

func (s Set) Contains(value string) bool

func (Set) Intersection

func (s Set) Intersection(value Set) Set

func (Set) Remove

func (s Set) Remove(value string)

func (Set) Size

func (s Set) Size() int

func (Set) Union

func (s Set) Union(value Set) Set

func (Set) Values

func (s Set) Values() []string

Jump to

Keyboard shortcuts

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