package
0.0.0-20210916235445-ea0e61cfc9b4
Repository: https://github.com/lasthyphen/paaro.git
Documentation: pkg.go.dev

# Functions

No description provided by the author

# Interfaces

Hashmap provides an O(1) mapping from a comparable key to any value.
Iterates over the keys and values in a LinkedHashmap from oldest to newest elements.
LinkedHashmap is a hashmap that keeps track of the oldest pairing an the newest pairing.