this pattern of 'replaces the values of the REE array' is probably common enough to warrant its own function on RunArray eventually. Maybe some thing like
let out_ree = ree.with_new_values(inner_value_lengths)
And then internally it can update the data type and that the number of inner values is correct 🤔
Originally posted by @alamb in #9838 (comment)
this pattern of 'replaces the values of the REE array' is probably common enough to warrant its own function on RunArray eventually. Maybe some thing like
And then internally it can update the data type and that the number of inner values is correct 🤔
Originally posted by @alamb in #9838 (comment)