Merge1

@safe
template Merge1 (
A...
) if (
!(A.length & 1)
) {}

See Also

Meta