Keyword.values/1

defmodule Keyword do
  def values(keywords)
end

Returns all values from the keyword list.

Values from duplicated keys will be kept in the final list of values.