Keyword.to_list

You're seeing just the function to_list, go back to Keyword module for more information.

Specs

to_list(t()) :: t()

Returns the keyword list itself.

Examples

iex> Keyword.to_list(a: 1)
[a: 1]