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

Content deleted Content added
No edit summary
Line 174:
=== D ===
[[D programming language|D]] offers direct support for associative arrays
in the core language - they are implemented as trees <ref>{{Factcite web |url=http://www.digitalmars.com/webnews/newsgroups.php?art_group=digitalmars.D&article_id=30153 |title=D Newsletter |accessdate=2008-06-15 |work= |date=March 2007}}</ref>. The equivalent example would be:
 
<source lang="d">