bamdmux
fun<T> List<T>.toPairsOdd() = (indices step 2).filter {it<lastIndex}.map { get(it) to get(it+1)}