Created
October 12, 2020 12:26
-
-
Save ch8n/666597d8862e74f3f2a2c01add39f46a to your computer and use it in GitHub Desktop.
entry to pair
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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