Logo

Programming-Idioms

History of Idiom 13 > diff from v29 to v30

Edit summary for version 30 by :
Linked to idiom #112 [Iterate over map entries, ordered by keys]

Version 29

2015-12-18, 02:58:52

Version 30

2016-01-05, 09:50:26

Idiom #13 Iterate over map keys and values

Print each key k with its value x from an associative array mymap

Idiom #13 Iterate over map keys and values

Print each key k with its value x from an associative array mymap