fwd.fwd

Undocumented in source. Be warned that the author may not have intended to support it.
  1. alias fwd = arg
  2. auto fwd [@property getter]
    template fwd(alias arg)
    @property
    static if(!(__traits(isRef, arg) || __traits(isOut, arg) || __traits(isLazy, arg) || !is(typeof(__move(arg)))))
    fwd
    ()

Meta