Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dfunctional.d124 auto unaryFun(ElementType)(auto ref ElementType __a) in unaryFun() function
133 alias unaryFun = fun.opCall; variable
137 alias unaryFun = fun; variable
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dfunctional.d111 auto unaryFun(ElementType)(auto ref ElementType __a) in unaryFun() function
120 alias unaryFun = fun.opCall; variable
124 alias unaryFun = fun; variable