Collections in D

Ferhat Kurtulmuş aferust at gmail.com
Wed Jan 13 12:04:18 UTC 2021


On Wednesday, 13 January 2021 at 11:58:11 UTC, Roguish wrote:
> I can't find anything about collections in D. All I have found 
> are arrays and maps ("associative arrays"). What about lists 
> and sets? What if I just want a linked list?

You can refer to the docs for them:

https://dlang.org/phobos/std_container.html

https://dlang.org/phobos/std_container_slist.html
https://dlang.org/phobos/std_container_dlist.html

For sets see:
https://forum.dlang.org/thread/vqyxqkcszqfwpgqtjgcm@forum.dlang.org



More information about the Digitalmars-d-learn mailing list