Feedback
Arrays can now be created with an initial size and value
- Status
- Fixed
- Fixed in
- v26.8.4
- Source discussion
- https://forum.objo.dev/d/820-ability-to-pre-initialize-arrays
- Last updated
- 2026-08-17
Upvotes
0 upvotes
Uses your Objo forum account.
Public summary
Objo arrays can be created with an initial element count and, optionally, an initial value. This makes intent clear when the required size is known at construction time while preserving the existing dynamic, resizable Array(Of T) behaviour.