Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/algorithm/
H A Dsetops.d282 auto fwdWrap(R)(R range) { return FwdRangeWrapper!R(range); } in fwdWrap() function
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
H A Dsetops.d284 auto fwdWrap(R)(R range) { return FwdRangeWrapper!R(range); } in fwdWrap() function