Expand description
Defines generics suitable to perform operations to PrimitiveArray in-place.
Functionsยง
- binary
- Applies a binary function to two
PrimitiveArrays, optionally in-place, returning a newPrimitiveArray. - unary
- Applies an unary function to a
PrimitiveArray, optionally in-place.