package
5.2.0
Repository: https://github.com/prysmaticlabs/prysm.git
Documentation: pkg.go.dev

# Functions

NewNode creates a new node with the passed in value.

# Structs

List is a generic doubly-linked list whose nodes can store any data type.
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.