Enum.count/1

defmodule Enum do
  def count(enumerable)
end

Returns the size of the enumerable.