zippedTo

fun <T1, T2, T3, C : MutableCollection<in Triple<T1, T2, T3>>> Triple<Iterable<T1>, Iterable<T2>, Iterable<T3>>.zippedTo(destination: C): C