Skip to content

Instantly share code, notes, and snippets.

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