Skip to main content

Module array

Module array 

Source
Expand description

Array and matrix functions for Google Sheets compatibility.

Functions§

bycol_lazy_fn
byrow_lazy_fn
flatten_val
Flatten a Value to a 1D Vec (row-major order).
from_2d
Convert a 2D grid back to a Value.
makearray_lazy_fn
map_lazy_fn
reduce_lazy_fn
register_array
scan_lazy_fn
to_2d
Convert a Value into a 2D grid (Vec<Vec>).