Observing that the limit is actually one less (note -1 below), it's probably due to an old limitation where indexes were limited to 24 bits?
static ubyte[16 * 1024 * 1024 - 1] arr; Ali
Observing that the limit is actually one less (note -1 below), it's probably due to an old limitation where indexes were limited to 24 bits?
static ubyte[16 * 1024 * 1024 - 1] arr; Ali