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

Reply via email to