//
pkg.gl
Category
github.com/yangchangshun/go-datastructures
list
package
1.0.43
Repository:
https://github.com/yangchangshun/go-datastructures.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
0
Files
168 SLOC
#
Variables
Empty
Empty is an empty PersistentList.
ErrEmptyList
ErrEmptyList is returned when an invalid operation is performed on an empty list.
#
Interfaces
PersistentList
PersistentList is an immutable, persistent linked list.