In most languages there is some sort of `List<T>` type, is that the same for D?
There is: https://dlang.org/phobos/std_container_dlist.html
Why is it called ``DList`` and not just ``List``, i have no clue
ryuukk_ via Digitalmars-d-learn Sun, 11 Dec 2022 09:53:37 -0800
In most languages there is some sort of `List<T>` type, is that the same for D?
There is: https://dlang.org/phobos/std_container_dlist.html
Why is it called ``DList`` and not just ``List``, i have no clue