package
1.0.25
Repository: https://github.com/toophy/go-datastructures.git
Documentation: pkg.go.dev

# Variables

Empty is an empty PersistentList.
ErrEmptyList is returned when an invalid operation is performed on an empty list.

# Interfaces

PersistentList is an immutable, persistent linked list.