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. - try_
unary_ dyn Deprecated Applies a fallible unary function to an array with primitive values. - unary_
dyn Deprecated Applies an infallible unary function to an array with primitive values.