Element-wise operators
The plus +
operator is used by Swift for array concatenation. This caused some confusion with Surge's +
element-wise addition. For this version all element-wise operators are preceded by a dot: .+
.
This version also updates to Swift 4.0 and adds a few extra functions.