This is missing from the feature added in 2.3.0. Options are: ``` size = 2 input [1, 2, 3, 4, 5, 6, 7] output [[1, 7], [2, 6], [3, 5], [4]] or output: [[1,4], [2,5], [3,6], [7]] ```