Current plan: - Use `Size` for all array dims and numel(Array). `Size` will be Int64 on 64-bit platforms and Int32 on 32-bit. - Use platform word size integer for integer literals - Generally use `Int` instead of `Index` and allow any integer type.
Current plan:
Sizefor all array dims and numel(Array).Sizewill be Int64 on 64-bit platforms and Int32 on 32-bit.Intinstead ofIndexand allow any integer type.