Merge: Allow keys to be nullable in `Map` and `MapIterator`
authorJean Privat <jean@pryen.org>
Wed, 14 Jan 2015 01:16:42 +0000 (20:16 -0500)
committerJean Privat <jean@pryen.org>
Wed, 14 Jan 2015 01:16:42 +0000 (20:16 -0500)
commit98d1d9cc1647be96b061225dfa24b742f7edcb66
tree40c6d2d171a40153f07859752137657b4765eb37
parent1698b759569be325f2c700f5a9793ad3554b0683
parent2f48ef37c33974dc47de05560039c2e4a4c36bcf
Merge: Allow keys to be nullable in `Map` and `MapIterator`

I need at least the first commit since MapIterators can be used with non-maps. The second commit is more for consistency. Note that HashMap keys are still non-null.

If this is of interest to you, I'll complete and publish my `NullableMap` in `more_collection`.

Pull-Request: #1041
Reviewed-by: Alexandre Terrasa <alexandre@moz-code.org>
Reviewed-by: Jean Privat <jean@pryen.org>