Functionsยง
- downcast ๐
- Downcasts an array to a TypedRunArray.
- fold ๐
- Folds over the values in a run-end-encoded array.
- sum_
checked ๐ - Computes the sum (erroring on overflow) of the array values.
- sum_
wrapping ๐ - Computes the sum (wrapping) of the array values.