Logo

Programming-Idioms

History of Idiom 8 > diff from v29 to v30

Edit summary for version 30 by programming-idioms.org:
keywords: synonyms

Version 29

2016-06-13, 09:39:56

Version 30

2016-06-13, 09:40:32

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