Class GroupArr<K, T>

    The result of Arr.groupBy: derived buckets plus a grouped move/insert whose backward pass writes the group field and reorders the base.

    Type Parameters

    • K
    • T
    Index

    Accessors

    Constructors

    Methods

    Properties

    Accessors

    Constructors

    Methods

    • 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.

      Parameters

      • e: Cell<T>
      • key: K
      • Optionalindex: number

      Returns void

    Properties

    groups: Read<readonly Group<K, T>[]>

    The buckets in order; tracked when read in an effect/derive.