Package-level declarations

Types

Link copied to clipboard
data class KeyValuePair<out K, out V>(val key: K, val value: V)

Performs the same function as Kotlin's Pair with more exact naming.