HashMap implementation for Lua tables
Create a new hashmap
Return an iterator starting at, and including, a given key
Insert a value at a given key
Return an iterator for this table
Lookup a value from a key
Get the number of key-value pairs in this map
See Implementation
HashMap implementation for Lua tables