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