Logo

Programming-Idioms

History of Idiom 8 > diff from v28 to v29

Edit summary for version 29 by programming-idioms.org:
[Rust] Comment emphasize

Version 28

2016-04-14, 08:24:16

Version 29

2016-06-13, 09:39: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.