MapSet.size

You're seeing just the function size, go back to MapSet module for more information.

Specs

size(t()) :: non_neg_integer()

Returns the number of elements in map_set.

Examples

iex> MapSet.size(MapSet.new([1, 2, 3]))
3