Keyword.keys/1

defmodule Keyword do
  def keys(keywords)
end

Returns all keys from the keyword list.