Sets the value for a particular item in the map
(key interface{}, value interface{})
| 8 | Get(key interface{}) (interface{}, bool) |
| 9 | // Sets the value for a particular item in the map |
| 10 | Set(key interface{}, value interface{}) |
| 11 | // Deletes an item from the map with the provided key |
| 12 | Delete(key interface{}) |
| 13 | // Retrieves the size of the map |
no outgoing calls