collection

package
v1.0.19 Latest Latest
Warning

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

Go to latest
Published: Dec 6, 2024 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 Collection

type Collection[T comparable] interface {
	Add(t ...T) error
	Size() int
	IsEmpty() bool
	Clear()
	Stream() *stream.Stream[T]
	ToArray() []T
	Iter(yield func(int, T) bool)
}

Directories

Path Synopsis
set

Jump to

Keyboard shortcuts

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