package
2.3.3
Repository: https://github.com/duke-git/lancet.git
Documentation: pkg.go.dev

# Functions

NewArrayStack return a empty ArrayStack pointer.
NewLinkedStack return a empty LinkedStack pointer.

# Structs

ArrayStack implements stack with slice.
LinkedStack implements stack with link list.