- Added
RemiLib::Math namespace (note: this will be renamed in the next version to make it less annoying to use together with the standard Math module).
- Added fast trig approximations to
RemiLib::Math.
- Added
ArrayPool class.
- Added
RemiLib.withDisplacedArray method.
- Added unit tests.
- Added
RemiLib.multiplyAdd methods.
- Added my own
Int#prettySize extension method because I prefer how my code formats byte sizes compared to Int#humanize_bytes.
- Added
IO#withExcursion extension method for temporarily changing stream positions.
- Added
Array#toSlice and Slice#toArray extension methods.
- New methods for getting argument values for the command line argument parser.
- Bugfixes for command line argument parser.
- Bugfixes to remove compiler warnings.