No,
array size for Array{T, N} where N > 1 is immutable.I think I have read somewhere that this is to make it easier to have automatic bounds check hoisting in loop, but I don't think we have that yet.
No,
array size for Array{T, N} where N > 1 is immutable.I think I have read somewhere that this is to make it easier to have automatic bounds check hoisting in loop, but I don't think we have that yet.