XEts.KV.info

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

Specs

info(t()) :: list()
info(t()) :: list()

Get information about the table.

iex> XEts.KV.new(:foo, []) |> XEts.KV.info() |> length()
18

Get information about a key in the table.

iex> XEts.KV.new(:foo, []) |> XEts.KV.info(:name)
:foo