stringset

package
v1.4.0 Latest Latest
Warning

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

Go to latest
Published: Nov 19, 2025 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type StringSet

type StringSet map[string]struct{}

A StringSet is a set of strings.

func New

func New(elements ...string) StringSet

New returns a new StringSet containing elements.

func (StringSet) Add

func (s StringSet) Add(elements ...string)

Add adds elements to s.

func (StringSet) Elements

func (s StringSet) Elements() []string

Elements returns all the elements of s.

func (StringSet) Remove

func (s StringSet) Remove(elements ...string)

Remove removes elements from s.

Jump to

Keyboard shortcuts

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