Kernel.is_map_key

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

is_map_key(map, key)

View Source (since 1.10.0)

Specs

is_map_key(map(), term()) :: boolean()

Returns true if key is a key in map; otherwise returns false.

It raises BadMapError if the first element is not a map.

Allowed in guard tests. Inlined by the compiler.