What you also could do (since we're talking about the _key_ not the _value_ right?) write a hash proc for each of your keys and let the table use that hash as its key.
[https://nim-lang.org/docs/hashes.html](https://nim-lang.org/docs/hashes.html)
What you also could do (since we're talking about the _key_ not the _value_ right?) write a hash proc for each of your keys and let the table use that hash as its key.
[https://nim-lang.org/docs/hashes.html](https://nim-lang.org/docs/hashes.html)