e.g. HashTable<label, string> table1 { {"kjhk", 10}, {"kjhk2", 12} }; HashTable<label, label, Hash<label>> table2 { {3, 10}, {5, 12}, {7, 16} };
This reverts commit b18f6cc1ce.
b18f6cc1ce
- easier to clean, avoid confusion with 'real' applications, etc.