Closed
Description
Is your feature request related to a problem? Please describe.
Yes, when applying a delta using force
there is no way to extend arrays if the index is out of bounds.
Describe the solution you'd like
An option to extend the array with a known value.
Describe alternatives you've considered
I think either filling with a static value, or a callable function that can be used to dynamically determine the value would be the best.
Additional context
I have a solution ready and will post a PR soon.
Metadata
Metadata
Assignees
Labels
No labels