//
pkg.gl
Category
github.com/aperturerobotics/util
linkedlist
package
1.25.10
Repository:
https://github.com/aperturerobotics/util.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
1
Files
96 SLOC
#
Functions
NewLinkedList
NewLinkedList constructs a new LinkedList.
#
Structs
LinkedList
LinkedList implements a pointer-linked list with a head and tail.