Searched refs:transformFun (Results 1 – 1 of 1) sorted by relevance
3104 alias transformFun = unaryFun!transform; variable3105 alias TB = typeof(transformFun(r.front));3110 alias transformFun = binaryFun!transform; variable3111 alias TB = typeof(transformFun(r.front, 0));3163 emplace(&xform1[length], transformFun(r[length], length));3165 emplace(&xform1[length], transformFun(r[length]));