Creates a signal specialized for array mutation.
The returned getter exposes readonly array snapshots. Mutations happen through the returned mutator object and invalidate dependents without requiring array equality checks.
The initial array content.
A getter returning readonly snapshots and a mutator for changing the array.
Creates a signal specialized for array mutation.
The returned getter exposes readonly array snapshots. Mutations happen through the returned mutator object and invalidate dependents without requiring array equality checks.