Kernel.is_tuple

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

Specs

is_tuple(term()) :: boolean()

Returns true if term is a tuple; otherwise returns false.

Allowed in guard tests. Inlined by the compiler.