Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Stack ¶
type Stack[T any] struct { // contains filtered or unexported fields }
Stack is our type that implements a stack of data items
func (*Stack[T]) Capacity ¶
Capacity is the capacity of this stack. Stacks can grow until memory is depleted today.
Click to show internal directories.
Click to hide internal directories.