collections

package
v0.77.0 Latest Latest
Warning

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

Go to latest
Published: Nov 30, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrObjectNotFound = errors.New("object does not exist")

Functions

func FindOne

func FindOne[T any](collection []T, condition func(T) bool) (*T, error)

Types

type Queue added in v0.76.0

type Queue[T any] struct {
	// contains filtered or unexported fields
}

func NewQueue added in v0.76.0

func NewQueue[T any]() Queue[T]

func (*Queue[T]) Head added in v0.76.0

func (s *Queue[T]) Head() *T

func (*Queue[T]) Pop added in v0.76.0

func (s *Queue[T]) Pop() *T

func (*Queue[T]) Push added in v0.76.0

func (s *Queue[T]) Push(elem T)

Jump to

Keyboard shortcuts

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