Expand description

Defines kernels suitable to perform operations to primitive arrays.

Functions

Applies an unary and infallible function to a primitive array. This is the fastest way to perform an operation on a primitive array when the benefits of a vectorized operation outweights the cost of branching nulls and non-nulls.