Prints a map

%{key: 42} = IO.inspect(%{key: 42})
# prints "%{key: 42}"

Related Documentation: Inspect Protocol