izip

fun <T> izip(vararg lists: List<T>): Iterable<List<T>>