Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/algorithm/
H A Dsetops.d322 auto inpWrap(R)(R r) { return InpRangeWrapper!R(r); } in inpWrap() function
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
H A Dsetops.d324 auto inpWrap(R)(R r) { return InpRangeWrapper!R(r); } in inpWrap() function