//
pkg.gl
Category
github.com/packtpublishing/hands-on-software-architecture-with-golang
Chapter12
generics
list
package
0.0.0-20230118092138-5b52905a155c
Repository:
https://github.com/packtpublishing/hands-on-software-architecture-with-golang.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.