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