I would like to know how to make a static array with a fixed size of elements.
Asking this since type checking is being introduced.
I would like to know how to make a static array with a fixed size of elements.
Asking this since type checking is being introduced.
That said, just check if the number of entries exceeds your limit before appending the array.