Logo

Programming-Idioms

History of Idiom 8 > diff from v40 to v41

Edit summary for version 41 by programming-idioms.org:
Linked to idiom #172 [Insert entry in map]

Version 40

2017-09-01, 14:00:06

Version 41

2018-08-06, 15:37:54

Idiom #8 Initialize a new map (associative array)

Declare a new map object x, and provide some (key, value) pairs as initial content.

Idiom #8 Initialize a new map (associative array)

Declare a new map object x, and provide some (key, value) pairs as initial content.

Extra Keywords
table dictionary hash
Extra Keywords
table dictionary hash