zuintset

package
v0.5.3 Latest Latest
Warning

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

Go to latest
Published: Jan 21, 2022 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 UintSet

type UintSet struct {
	// contains filtered or unexported fields
}

func New

func New() *UintSet

func (*UintSet) Add

func (s *UintSet) Add(items ...uint)

func (*UintSet) Clear

func (s *UintSet) Clear()

func (*UintSet) Clone

func (s *UintSet) Clone() *UintSet

func (*UintSet) Complement

func (s *UintSet) Complement(others ...UintSet)

func (UintSet) Contains

func (s UintSet) Contains(items ...uint) bool

func (*UintSet) Delete

func (s *UintSet) Delete(items ...uint)

func (*UintSet) Items

func (s *UintSet) Items() (res []uint)

func (*UintSet) Size

func (s *UintSet) Size() int

func (*UintSet) Union

func (s *UintSet) Union(others ...UintSet)

Jump to

Keyboard shortcuts

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