unzipLaw

inline fun <T, R> Collection<Pair<T, R>>.unzipLaw(): Pair<List<T>, List<R>>