//
pkg.gl
Category
github.com/prysmaticlabs/prysm/v3
container
doubly-linked-list
package
3.2.3-rc.0
Repository:
https://github.com/prysmaticlabs/prysm.git
Documentation:
pkg.go.dev
Overview
Versions
3
Dependencies
1
Dependents
2
Files
105 SLOC
#
Functions
NewNode
NewNode creates a new node with the passed in value.
#
Structs
List
List is a generic doubly-linked list whose nodes can store any data type.
Node
Node is a generic data structure that contains three fields: references to the previous and to the next node in the list, and one data field.