gentabs

Efficient hash table that is a key-value mapping (removed from stdlib)


Keywords
table, string, key, value, deleted
License
MIT
Install
nimble install gentabs

Documentation

This module implements an efficient hash table that is a key-value mapping. Removed from Nim stdlib.