Removing elements from dynamic arrays?

Bill Baxter wbaxter at gmail.com
Wed Nov 1 06:05:47 PST 2006


Chris Nicholson-Sauls wrote:
> # import cashew.utils.array;
> #
> # int[] foo = ... ;
> # foo.remove(3U);
> # foo.removeRange(2U, 7U);
> # foo.removeSub(foo[1 .. 5]);
> etc.

I went to http://www.dsource.org/projects/cashew but found no obvious 
way to download cashew or instructions related to obtaining the software.

--bb



More information about the Digitalmars-d-learn mailing list