- assignment to static array cells - long ulong arithmetic.
However there is a a bug inside the code that does bounds-checking for array assignment. In rare cases it can trigger a out-bounds-error on newly created arrays.
Dynamic arrays work partially. The only way to create them is to assign to length. For initialization fill the cells in a for-loop.
