Functions
Pretty prints the contents of the Lua stack to the Neovim message area.
Returns the type of the Lua value at a given stack index.
Returns a displayable representation of the Lua value at a given stack
index.
Does nothing if the stack is already taller than
n, grows the stack
height to n by adding nils if it’s not.Assumes that the value at index
index is a table and returns whether it’s
an array table (as opposed to a dictionary table).