# Container library for Nimrod # Data structures for now: # TTable, TSet, TList # Algorithms: Trees, hashing, TTable[key, val, [Algorithm]] macro TTable(n: typeexpr): typeexpr =