Logo

Programming-Idioms

History of Idiom 8 > diff from v24 to v25

Edit summary for version 25 by :
New Scala implementation by user [meshelton]

Version 24

2016-02-16, 21:43:33

Version 25

2016-02-18, 16:57:56

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.