XEts.new
You're seeing just the function
new
, go back to XEts module for more information.
Link to this function
new(tab, opts \\ [])
Specs
Create a new table.
Examples
iex> %{tab: tab, keypos: 1} = XEts.new(:table)
iex> is_reference(tab)
true