package
Version:
v0.1.1
Opens a new window with list of versions in this module.
Published: Apr 11, 2021
License: Apache-2.0
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
¶
func NewSliceStack(capacity int) *sliceStack
type Stack interface {
Push(x interface{})
Pop() (x interface{}, ok bool)
Peek() (x interface{}, ok bool)
Size() int
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.