blob: fa993e10499dd9f11f514892388dd44cd140d255 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
# Container library for Nimrod
# Data structures for now:
# TTable, TSet, TList
# Algorithms: Trees, hashing,
TTable[key, val, [Algorithm]]
macro TTable(n: typeexpr): typeexpr =
|