Home
last modified time | relevance | path

Searched defs:shouldNotLoop4ever (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/algorithm/
H A Diteration.d1395 auto shouldNotLoop4ever = repeat(1).filter!(x => x % 2 == 0); variable
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
H A Diteration.d1208 auto shouldNotLoop4ever = repeat(1).filter!(x => x % 2 == 0); variable