//
pkg.gl
Category
github.com/nwiizo/workspace_2019
Hands-On-Software-Architecture-with-Golang
Chapter12
generics
list
package
0.0.0-20200106014616-23874a545996
Repository:
https://github.com/nwiizo/workspace_2019.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
0
Files
30 SLOC
#
Functions
NewElementList
NewElementList creates a new list.
NewUintList
No description provided by the author
#
Structs
ElementList
ElementList is the generic FIFO queue.
UintList
No description provided by the author
#
Type aliases
Element
Element is a generic type which will be contained in the list.