Kernel.is_list
You're seeing just the function
is_list
, go back to Kernel module for more information.
Specs
Returns true
if term
is a list with zero or more elements; otherwise returns false
.
Allowed in guard tests. Inlined by the compiler.