MapSet.to_list/1

defmodule MapSet do
  def to_list(map_set)
end

Creates a list with the elements of the set.