Feedback
Add Array.AppendAll for appending another array
- Status
- Fixed
- Fixed in
- v26.6.6
- Source discussion
- https://forum.objo.dev/d/445-arrayappendrange
- Last updated
- 2026-06-25
Upvotes
0 upvotes
Uses your Objo forum account.
Public summary
Add an Array.AppendAll method so developers can append every element from one array to another without writing a manual loop. This makes common collection-building code clearer and gives the runtime a single native operation to optimise.