The result of Arr.groupBy: derived buckets plus a grouped move/insert whose backward pass writes the group field and reorders the base.
Arr.groupBy
move
insert
Alias of move.
Optional
Place e in group key at index (within that group's order). Asserts every upstream filter, writes the group field, and splices the base — one batch, so every view re-flows once. Omit index to keep base order.
e
key
index
Remove e from the source through the chain.
Readonly
The buckets in order; tracked when read in an effect/derive.
The result of
Arr.groupBy: derived buckets plus a groupedmove/insertwhose backward pass writes the group field and reorders the base.