Split a tuple into two.
Split a kumi::tuple in two kumi::tuple containing all the elements before and after a given index.
I0
is not in [0, sizeof...(Ts)[
.t | Tuple to split. |
i0 | Compile-time index of the split pivot. |
Computes the type returned by a call to split.