package
1.0.26
Repository: https://github.com/askasoft/pango.git
Documentation: pkg.go.dev

# Functions

NewLinkedHashMap creates a new LinkedHashMap.

# Structs

LinkedHashMap implements an linked map that keeps track of the order in which keys were inserted.
LinkedMapNode is a node of a linked hash map.