substitute.substitute

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto substitute(R r)
    template substitute(ss...)
    substitute
    (
    R
    )
    (
    R r
    )
    if (
    isInputRange!(Unqual!R) &&
    haveCommonType!(ElementType!R, ss)
    )
    if (
    isExpressionTuple!ss &&
    ss.length >= 2
    &&
    )
  2. template substitute(substs...)
  3. auto substitute(R r, Ss ss)
  4. auto substitute(R r, Ss ss)

Meta