Keyword.to_list/1

defmodule Keyword do
  def to_list(keywords)
end

Returns the keyword list itself.