getExp.argsR

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 argsR = Alias!(getIndex!(R, Ridx)[0].map!"[a]".join(",").to!string)

Meta