Removing elements from dynamic arrays?
Bill Baxter
dnewsgroup at billbaxter.com
Wed Nov 1 16:05:17 PST 2006
Chris Nicholson-Sauls wrote:
> Bill Baxter wrote:
>> 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
>
> I guess I could mention it explicitly, but the way to do it is to use
> Subversion checkout. I don't bother making "official" downloads of it,
> because there are constant updates being made. (This is also why each
> package/module gets its own version number, rather than a library-wide
> version.)
>
> -- Chris Nicholson-Sauls
Ok, I know subversion, but I don't know how to do a subversion checkout
from Dsource. What's the subversion URL for your project?
--bb
More information about the Digitalmars-d-learn
mailing list