package
Version:
v0.0.0-...-6cb8bae
Opens a new window with list of versions in this module.
Published: Mar 15, 2024
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Stack struct {
Push func(int)
Pop func() int
Length func() int
}
Stack is a stack interface for integers.
NewStack returns a new stack of integers.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.