horizontalGrouper

fun horizontalGrouper(iterable: List<Pair<List<Int>, String>>, interval: Int = 2): List<List<Pair<List<Int>, String>>>