get
get(t(), any(), any()) :: any()
Get an item from the table.
iex> XEts.KV.new(:foo, []) |> XEts.KV.put(:k, :v) |> XEts.KV.get(:k) :v