Merge1.Right

Undocumented in source.
template Merge1(A...)
@safe
static if(!(A.length == 0))
alias Right = A[$ / 2..$]

Meta