Keyword.drop/2
defmodule Keyword do
def drop(keywords, keys)
end
Drops the entries in the keyword list for a specific key.
If the key does not exist, returns the keyword list unchanged.
defmodule Keyword do
def drop(keywords, keys)
end
Drops the entries in the keyword list for a specific key.
If the key does not exist, returns the keyword list unchanged.