getExp.argsL

Undocumented in source.
template getExp(string This, Node, ulong N)
package
static if(is(Node == Tree!(Ridx, L, R, OP, Leafs), string Ridx, L, R, string OP, Leafs...))
static if(OP == "+" || OP == "-")
alias argsL = Alias!(getIndex!(L, Ridx)[0].map!"[a]".join(",").to!string)

Meta