Is there such concept of a list in D?

Steven Schveighoffer schveiguy at gmail.com
Sat Dec 10 05:54:09 UTC 2022


On 12/10/22 12:46 AM, thebluepandabear wrote:
> In most languages there is some sort of `List<T>` type, is that the same 
> for D?

D doesn't focus on interfaces, we have concepts, like ranges.

Sorry, it's hard to answer your question without asking more questions: 
are you looking for a linked list? A list API? A specific list interface?

-Steve


More information about the Digitalmars-d-learn mailing list