Skip to content

Instantly share code, notes, and snippets.

@ch8n
Created October 12, 2020 12:22
Show Gist options
  • Save ch8n/2da9bab0fa360d861b49fc5df9a50af0 to your computer and use it in GitHub Desktop.
Save ch8n/2da9bab0fa360d861b49fc5df9a50af0 to your computer and use it in GitHub Desktop.
entry_signature maps in kotlin
// 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