Created
October 12, 2020 12:20
-
-
Save ch8n/6842b854e3d0f410ceff97784836e757 to your computer and use it in GitHub Desktop.
map signature kotlin maps
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 Map<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