- (array-pipeline arr (op . args) rest ...)procedure
Macro for readable chaining of array operations.
(array-pipeline arr (array-scale 2.0) (array-sin) (array-exp) (array+ other-array))
Macro for readable chaining of array operations.
(array-pipeline arr
(array-scale 2.0)
(array-sin)
(array-exp)
(array+ other-array))