Searched defs:shouldNotLoop4ever (Results 1 – 2 of 2) sorted by relevance
1395 auto shouldNotLoop4ever = repeat(1).filter!(x => x % 2 == 0); variable
1208 auto shouldNotLoop4ever = repeat(1).filter!(x => x % 2 == 0); variable