helper.helper

Undocumented in source.
template helper(size_t idx, X...)
static if(!(Q.QueryTypes.length == 1 && is(Q.QueryTypes[0] == void)))
alias helper = helper!(idx + 1, X[0..idx], X[idx].type, X[idx + 1..$])

Meta