MapSet.union/2

defmodule MapSet do
  def union(map_set1, map_set2)
end

Returns a set containing all members of map_set1 and map_set2.