Searched refs:byX_subrange1 (Results 1 – 2 of 2) sorted by relevance
2047 auto byX_subrange1 = byX.front[1].save; variable2049 static assert(isForwardRange!(typeof(byX_subrange1)));2053 assert(byX_subrange1.equal([ Item(1,2), Item(1,3) ]));2054 byX_subrange1.popFront();2055 assert(byX_subrange1.equal([ Item(1,3) ]));
2480 auto byX_subrange1 = byX.front[1].save; variable2482 static assert(isForwardRange!(typeof(byX_subrange1)));2486 assert(byX_subrange1.equal([ Item(1,2), Item(1,3) ]));2487 byX_subrange1.popFront();2488 assert(byX_subrange1.equal([ Item(1,3) ]));