Kernel.is_reference

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

Specs

is_reference(term()) :: boolean()

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

Allowed in guard tests. Inlined by the compiler.