Comparison of programming languages (associative array): Difference between revisions

Content deleted Content added
mNo edit summary
Citation bot (talk | contribs)
Removed parameters. | You can use this bot yourself. Report bugs here. | Suggested by Abductive | via #UCB_webform 3/15
Line 213:
 
===D===
[[D programming language|D]] offers direct support for associative arrays in the core language; such arrays are implemented as a chaining hash table with binary trees.<ref>{{Cite web|url=http://digitalmars.com/d/2.0/hash-map.html |title=Associative Arrays |accessdate=2011-02-01 |work= |date= }}</ref> The equivalent example would be:
 
<syntaxhighlight lang=D>