//
pkg.gl
Category
github.com/go-playground/pkg/v5
container
list
package
5.30.0
Repository:
https://github.com/go-playground/pkg.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
4
Files
199 SLOC
#
Functions
NewDoublyLinked
NewDoublyLinked creates a DoublyLinkedList for use.
#
Structs
DoublyLinkedList
DoublyLinkedList is a doubly linked list.
Node
Node is an element of the doubly linked list.