[1]: https://docs.microsoft.com/en-us/dotnet/api/system.collections.generic.list-1.remove?view=net-5.0
Are there an equivalent to C#'s List in D's stdlib?
Jack via Digitalmars-d-learn Thu, 07 Jan 2021 18:55:40 -0800
I coduln't find an equivalent in the documentation, I could see
appender, Array, container etc but none of has a Remove(T item)
method like C#'s [1]. Are there not such implementation and I do
have to write one myself or I just couldn't find?
- Are there an equivalent to C#'s List... Jack via Digitalmars-d-learn
- Re: Are there an equivalent to ... James Blachly via Digitalmars-d-learn
- Re: Are there an equivalent... Jack via Digitalmars-d-learn
- Re: Are there an equiva... Mike Parker via Digitalmars-d-learn
- Re: Are there an equivalent to ... Mike Parker via Digitalmars-d-learn
- Re: Are there an equivalent... Jack via Digitalmars-d-learn