package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Jun 16, 2022
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Stack is a thread-safe LIFO data structure.
NewStack returns a new Stack.
Len returns the number of elements in the stack.
Pop removes and returns the element at the top of the stack.
Push adds an element to the top of the stack.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.