package
0.0.0-20211127192921-538a9bf3b105
Repository: https://github.com/lasthyphen/avalanchego-1.4.11.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.