Associative array/Creation: Difference between revisions

Line 4,686:
66
"C"</pre>
 
Incidentally, if you keep the generators support in my AVL list implementation, you can use that as a substitute for iterators.
 
(Postscript. To be honest, I would not use the term ‘associative array’, because ‘array’ implies uniformly constant time access, which a even a traditional hash table generally cannot provide. I would call these things ‘maps’—or ‘dictionaries’, if that term works better in the context.)
 
=={{header|Seed7}}==
1,448

edits