XEts.last

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

Specs

last(t()) :: any()
last(tab()) :: any()

Get the last item in the table.

Examples

iex> tab = XEts.new(:table) |> XEts.insert(x: 1, y: 2)
iex> XEts.last(tab)
:y