chore: Update type enum orders and sync from upstream
chore: Ensure `indent_style = space`
I keep forgetting to `git add`
Merge pull request #3 from StavromulaBeta/main
Tables now self-balance, added Remove, updated prelude, and overloaded Empty? and Index
Update Empty? to also work on strings and tables, which enables Index to work on strings also
Update prelude.cog, including moving != to prelude
Make tables self-balance and Add Remove function.
refactor: Ensure empty tables are `undefined`
feat: `Keys` and `Values`
feat: Doc comments for built-in functions
Support overloading, update from upstream
fix: Cyclic detection should pickup only direct children
feat: Cyclic detection and update from upstream