package
Version:
v0.0.0-...-f89cf20
Opens a new window with list of versions in this module.
Published: Jan 8, 2020
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
¶
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.