package
0.0.0-20240305091328-aa4207a4b25d
Repository: https://github.com/badrootd/celestia-core.git
Documentation: pkg.go.dev

# Functions

Return CList with MaxLength.

# Constants

MaxLength is the max allowed number of elements a linked list is allowed to contain.

# Structs

CElement is an element of a linked-list Traversal from a CElement is goroutine-safe.
CList represents a linked list.