Map
#プログラミング
In programming, a map is a data structure that stores
key-value pairs
. It's also known as a dictionary,
hash map
, or associative array.