//
pkg.gl
Category
github.com/anchorageoss/sei-tendermint
internal
libs
clist
package
1.0.1
Repository:
https://github.com/anchorageoss/sei-tendermint.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
3
Files
242 SLOC
#
Functions
New
Return CList with MaxLength.
#
Constants
MaxLength
MaxLength is the max allowed number of elements a linked list is allowed to contain.
#
Structs
CElement
CElement is an element of a linked-list Traversal from a CElement is goroutine-safe.
CList
CList represents a linked list.