Searched refs:refRange (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/algorithm/ |
H A D | searching.d | 5163 assert(equal(refRange(&a).until(3, No.openRight), [1, 2, 3])); 5189 import std.range : refRange; 5192 auto r = refRange(&s).until("bar"); 5198 auto r = refRange(&s).until!(e => e == 'b');
|
H A D | iteration.d | 1839 import std.range : refRange; 1841 auto r = refRange(&s).group; 6305 import std.range : refRange; 6307 auto r = refRange(&s).splitter!(c => c == 'b');
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/range/ |
H A D | package.d | 1390 auto r = refRange(&s).chain("bar"); 1699 auto r = choose(true, refRange(&s), "bar"); 2121 auto r = roundRobin(refRange(&f), refRange(&b)); 4366 auto r = refRange(&s).cycle.take(4); 5397 auto z1 = zip(refRange(&r1), refRange(&r2));
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | parallelism.d | 4585 auto refRange = RemoveRandom(nums); in version() local 4586 foreach (ref elem; poolInstance.parallel(refRange)) in version()
|
H A D | string.d | 5975 import std.range : refRange; 5985 assert(isNumeric(refRange(&z))); 5988 assert(isNumeric(refRange(&nani)));
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
H A D | parallelism.d | 4861 auto refRange = RemoveRandom(nums); in version() local 4862 foreach (ref elem; poolInstance.parallel(refRange)) in version()
|
H A D | string.d | 6298 import std.range : refRange; 6308 assert(isNumeric(refRange(&z))); 6311 assert(isNumeric(refRange(&nani)));
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/ |
H A D | searching.d | 4582 assert(equal(refRange(&a).until(3, No.openRight), [1, 2, 3]));
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/range/ |
H A D | package.d | 4555 auto z1 = zip(refRange(&r1), refRange(&r2));
|