Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/algorithm/
H A Diteration.d2037 immutable nowEmpty = current.empty || !eq(start.front, current.front); in ChunkByGroup() local
2041 immutable nowEmpty = current.empty || !eq(prevElement, current.front); in ChunkByGroup() local