Merging one Array with Another

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


On Monday, 11 May 2015 at 07:12:05 UTC, Per Nordlöw wrote:
> I guess we should support bi-directional access through back() 
> and popBack() aswell right?

Does this mean that we need to statically check whether the 
SortedRanges support Bidirectional access or not? Or is a 
SortedRange by convention always random-access?


More information about the Digitalmars-d-learn mailing list