set

package
v0.0.0-...-3a7704f Latest Latest
Warning

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

Go to latest
Published: Apr 6, 2023 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 struct {
	// contains filtered or unexported fields
}

func NewSet

func NewSet(args ...interface{}) *Set

func (*Set) Add

func (s *Set) Add(value interface{})

func (*Set) Delete

func (s *Set) Delete(value interface{})

func (*Set) Difference

func (s *Set) Difference(s1 *Set) *Set

func (*Set) Intersection

func (s *Set) Intersection(s1 *Set) *Set

func (*Set) IsPresent

func (s *Set) IsPresent(value interface{}) bool

func (*Set) Len

func (s *Set) Len() interface{}

func (*Set) Union

func (s *Set) Union(s1 *Set) *Set

Jump to

Keyboard shortcuts

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