MapSet.size/1

defmodule MapSet do
  def size(map_set)
end

Returns the number of elements in map_set.