package
0.1.11
Repository: https://github.com/sllt/af.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.