Skip to content

Support opperations on slices

Pre-release
Pre-release
Compare
Choose a tag to compare
@alejandro-isaza alejandro-isaza released this 31 Oct 22:42
· 133 commits to master since this release

This is a major overhaul of the array classes and interfaces. Most of the changes are related to being able to operate on slices. For instance 2 * a[0...2] + b[4...6]. There are also major updates to the playground examples and the Readme file.