fun <K, V> pairs(pair: Pair<K, V>, vararg otherPairs: Pair<K, V>): Pairs<K, V>
Helper function to create a Pairs based on the given pair and otherPairs -- allows to express Pair<K, V>, vararg Pair<K, V>.
Pair<K, V>, vararg Pair<K, V>