How do we deal with complex structures when we want to assign items at different levels inside the structure? (Lets skip if this muddies the intent of the code or not and just deal with how it can be done ;) )
# Build up a map
m = %{ r: %{foo: "foo", bar: "bar", baz: %{qux: "qiz wiz"}}}