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=
<syntaxhighlight lang=D>
|