Merging one Array with Another

via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon May 11 00:12:04 PDT 2015


On Monday, 11 May 2015 at 07:05:30 UTC, Per Nordlöw wrote:
> So I implemented a first working version of merge() by reusing 
> roundRobin(). Working version at:
>
> https://github.com/nordlow/justd/blob/master/range_ex.d#L599
>
> Destroy!

I guess we should support bi-directional access through back() 
and popBack() aswell right?


More information about the Digitalmars-d-learn mailing list