toKeyValue

inline fun <K, V> Pair<K, V>.toKeyValue(): KeyValue<K, V>

Convert a Pair to a KeyValue