Created
October 12, 2020 12:40
-
-
Save ch8n/b8a0e6ae08afeab955e5139b04032945 to your computer and use it in GitHub Desktop.
signature for mutable map
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
interface MutableMap<K, V> : Map<K, V> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment