Skip to main content

Module ree

Module ree 

Source

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.