Skip to content

Instantly share code, notes, and snippets.

@ch8n
Created October 12, 2020 12:26
Show Gist options
  • Save ch8n/666597d8862e74f3f2a2c01add39f46a to your computer and use it in GitHub Desktop.
Save ch8n/666597d8862e74f3f2a2c01add39f46a to your computer and use it in GitHub Desktop.
entry to pair
fun <K, V> Entry<K, V>.toPair(): Pair<K, V>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment