<@U0TMJCW90> This is what i came up with the other...
# getting-started
b
@cleiter This is what i came up with the other day
fun <T> Collection<T>.split(n: Int=2) = withIndex().groupBy { (it.index/n) }.values.map{it.map { it.value }}