concat function
jackmoxley opened this issue · 0 comments
jackmoxley commented
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.