package
1.19.3
Repository: https://github.com/antigloss/go.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
Package list implements a doubly linked list.
Package lomap implements a linked ordered map which supports iteration in insertion order.
Package loset implements a linked ordered set which supports iteration in insertion order.

# Interfaces

Iterator is an interface for iterators of any container type.
MapIterator is a common interface for iterators of maps.