Visual Elixir Reference
Enum
/
count/1
Enum.count/1
defmodule
Enum
do
def
count(enumerable)
end
Returns the size of the
enumerable
.
← count_until/3
count/2 →
English