Keyword.get_values/2

defmodule Keyword do
  def get_values(keywords, key)
end

Gets all values for a specific key.