Map.drop/2

defmodule Map do
  def drop(map, keys)
end

Drops the given keys from map.

If keys contains keys that are not in map, they’re simply ignored.