Commits
Click on a commit to change the comparison range✨ feat(builtin): add flat_map and improve builtin functions
- Add flat_map function for mapping and flattening arrays/dicts
- Fix fill function edge case for n=0 and off-by-one error
- Refactor skip_while for improved readability and correctness
- Add comprehensive test suite for all builtin functions