stack

package
v1.11.1 Latest Latest
Warning

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

Go to latest
Published: Nov 20, 2025 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Len

func Len[T any](stack Stack[T]) int

func Peek

func Peek[T any](stack Stack[T]) T

func String added in v1.9.3

func String[T any](stack Stack[T]) string

Types

type Stack

type Stack[T any] *node[T]

func Pop

func Pop[T any](stack Stack[T]) (T, Stack[T])

func Push

func Push[T any](stack Stack[T], value T) Stack[T]

Jump to

Keyboard shortcuts

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