MapSet.difference/2

defmodule MapSet do
  def difference(map_set1, map_set2)
end

Returns a set that is map_set1 without the members of map_set2.