doc / ch.tutteli.atrium.api.infix.en_GB / pairs

pairs

fun <K, V> pairs(pair: Pair<K, V>, vararg otherPairs: Pair<K, V>): Pairs<K, V> (source)

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