- Updated library for existing functions.
- Enhanced and optimized some library functions.
- Updated library for existing functions.
- Enhanced and optimized some library functions.
- Updated examples for existing functions.
- Enhanced and optimized some library functions.
- Last: Gets the last element of a list.
- Slice: Creates a slice of a list from start up to, but not including, end.
- Shuffle: Shuffles a list using the Fisher-Yates shuffle algorithm.
- Some: Checks if predicate returns truthy for any element of collection.
- Updated examples for existing functions.
- Enhanced and optimized some library functions.
- Initial release