Kernel.tuple_size

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

Specs

tuple_size(tuple()) :: non_neg_integer()

Returns the size of a tuple.

This operation happens in constant time.

Allowed in guard tests. Inlined by the compiler.

Examples

iex> tuple_size({:a, :b, :c})
3