Keyword.new/0

defmodule Keyword do
  def new()
end

Returns an empty keyword list, i.e. an empty list.