Merging one Array with Another

via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Fri May 8 02:23:40 PDT 2015


On Friday, 8 May 2015 at 08:27:19 UTC, Andrea Fontana wrote:
> Name could be misleading. This is a sortedrange: [4,3,2,1,0]. 
> In your case minElement is 4, maxElement is 0 :) On ranges with 
> more complex elements sort order can be even less obvious. I 
> think first and back it's ok!

Ok. I guess you mean front and back right?


More information about the Digitalmars-d-learn mailing list