Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/range/
H A Dpackage.d2742 auto takeNone() { return typeof(this)(null); } in takeNone() function
2769 auto takeNone() { return new typeof(this)(null); } in takeNone() function