queue

package
v1.2.1 Latest Latest
Warning

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

Go to latest
Published: Apr 15, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Growable added in v1.2.0

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

func NewGrowable added in v1.2.0

func NewGrowable[T any](minCap, maxCap uint32) *Growable[T]

func (*Growable[T]) Clear added in v1.2.0

func (g *Growable[T]) Clear()

func (*Growable[T]) Pop added in v1.2.0

func (g *Growable[T]) Pop() T

func (*Growable[T]) Push added in v1.2.0

func (g *Growable[T]) Push(item T)

Jump to

Keyboard shortcuts

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