package
0.0.0-20250206101203-bd6683890685
Repository: https://github.com/dockerian/go-coding.git
Documentation: pkg.go.dev
# Functions
NewQueue constructs a new and empty Queue.
# Interfaces
Element respresents an item in Queue.
# Type aliases
Queue is a slice of Element.