Home
last modified time | relevance | path

Searched refs:byX_subrange1 (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
H A Diteration.d2047 auto byX_subrange1 = byX.front[1].save; variable
2049 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) ]));
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/algorithm/
H A Diteration.d2480 auto byX_subrange1 = byX.front[1].save; variable
2482 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) ]));