adaptTuple.adaptTuple

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto ref adaptTuple(X arg)
  2. auto ref adaptTuple(X arg)
  3. auto ref adaptTuple(X arg)
    template adaptTuple(alias func, T...)
    ref
    static if(!(T.length > 0))
    adaptTuple
    (
    X
    )
    (
    ref X arg
    )
    if (
    is(Unqual!X == Tuple!U,
    U...
    )
    )
  4. auto ref adaptTuple(X arg)

Meta