Merge1.Left

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

Meta