forward.forwardOne

Undocumented in source. Be warned that the author may not have intended to support it.
template forward(args...)
@property
static if(!(args.length == 0))
static if(!(__traits(isRef, args[0]) || __traits(isOut, args[0])))
forwardOne
()

Meta