mootable/hashmap

concat function

Opened this issue · 0 comments

Given a map (first),
When I call concat on it with another map (second)
Then I get a new map (third) back with the contents of both.
And if ordered, then the order of third is one and then second following.