Support opperations on slices
Pre-release
Pre-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.