Kernel.is_atom
You're seeing just the function
is_atom
, go back to Kernel module for more information.
Specs
Returns true
if term
is an atom; otherwise returns false
.
Allowed in guard tests. Inlined by the compiler.