Created
October 12, 2020 12:22
-
-
Save ch8n/2da9bab0fa360d861b49fc5df9a50af0 to your computer and use it in GitHub Desktop.
entry_signature maps in kotlin
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
// signature | |
interface Entry<out K, out V> | |
// Parameters | |
// K - the type of key | |
// V - the type of map values |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment