Module arity
Expand description
Kernels for operating on PrimitiveArray
s
Functionsยง
- Allies a binary infallable function to two
PrimitiveArray
s, producing a newPrimitiveArray
- Applies a binary and infallible function to values in two arrays, replacing the values in the first array in place.
- Applies the provided fallible binary operation across
a
andb
. - Applies the provided fallible binary operation across
a
andb
by mutating the mutablePrimitiveArray
a
with the results.