Simplify.hret

Undocumented in source.
template Simplify(Dim...)
package
static if(!(Dim.length == 0))
alias hret = Reduce!(0, head, Filter!(Dim[0], tail))

Meta