XEts.KV.info
You're seeing just the function
info
, go back to XEts.KV module for more information.
Link to this function
info(map)
Specs
Get information about the table.
iex> XEts.KV.new(:foo, []) |> XEts.KV.info() |> length()
18
Link to this function
info(map, key)
Get information about a key in the table.
iex> XEts.KV.new(:foo, []) |> XEts.KV.info(:name)
:foo