Fix my very very silly mistake of makeing keys and values the same type in map, also add a map.for_each function

This commit is contained in:
Nathan Braswell
2015-06-27 12:03:55 -04:00
parent dacfee6d22
commit 8feb9819b8
3 changed files with 16 additions and 1 deletions

View File

@@ -6,3 +6,8 @@
2
30
4
Lookie, a map!
What I get for not testing different types
key: 7, value: Lookie, a map!
key: 20, value: What I get for not testing different types
key: 30, value: we'll look for for_each too