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

Content deleted Content added
DarthKitty (talk | contribs)
m D: improve citation
Line 214:
 
===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|title=Associative Arrays - D Programming Language|url=httphttps://digitalmarsdlang.comorg/d/2.0spec/hash-map.html |titleaccess-date=Associative Arrays |accessdate=20112021-0205-01 07|datewebsite= dlang.org}}</ref> The equivalent example would be:
 
<syntaxhighlight lang=D>