MapSet.new/1

defmodule MapSet do
  def new(enumerable)
end

Creates a set from an enumerable.