mutableMapOf
put
get
Associates the specified value with the specified key in the map.
map.put(key, value) / map[key] = value