Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/
H A Dpackage.d2289 auto inputRange = ForcedInputRange!(immutable(Char))(&temp); in test() local
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/range/
H A Dpackage.d7284 auto inputRange = generate!(() => ++i).take(10); variable