mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 06:28:35 +00:00

Converter functions use a heap-allocated stack to handle complex nested objects. However, these are often called with simple, primitive values like integers or bools wrapped in an Object. Avoid the memory allocation in this case using kvec_withinit_t