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
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"