Ranging over nil values
A little work saver. You can correctly range over a nil map and it will do nothing, rather than complain that the map is nil. So it behaves the same as a built-in map in this way.
A little work saver. You can correctly range over a nil map and it will do nothing, rather than complain that the map is nil. So it behaves the same as a built-in map in this way.