Removing elements from dynamic arrays?

Mike Parker aldacron71 at yahoo.com
Wed Nov 1 22:45:50 PST 2006


Bill Baxter wrote:
> Lars Ivar Igesund wrote:
>> Bill Baxter wrote:
>>
>>> 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
>>
>> svn co http://svn.dsource.org/projects/cashew/trunk cashew
>>
> 
> Wikied!
> 

DSource has always had a page describing this at 
http://www.dsource.org/site/svnclient.



More information about the Digitalmars-d-learn mailing list