XEts.next

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

next(tab, key1, meta)

Specs

next(t(), any(), meta()) :: any()
next(tab(), any(), meta()) :: any()

Get the next item in the table.

Examples

iex> tab = XEts.new(:table) |> XEts.insert(x: 1, y: 2)
iex> tab |> XEts.next(:x, XEts.get_meta(tab))
:"$end_of_table"