//
pkg.gl
Category
github.com/prysmaticlabs/prysm/v5
container
doubly-linked-list
package
5.2.0
Repository:
https://github.com/prysmaticlabs/prysm.git
Documentation:
pkg.go.dev
Versions
3
Dependencies
1
Dependents
2
Files
104 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.