Dynamic array ot not

forkit forkit at gmail.com
Sun Jan 16 04:09:39 UTC 2022


so at this link: https://dlang.org/spec/arrays.html

it indicates an array of type[] is of type 'Dynamic array'.

with that in mind, I ask, is this below a 'Dynamic array'.

If not, why not?


int[][] mArr2 = array(iota(1, 9).chunks(2).map!array.array);




More information about the Digitalmars-d-learn mailing list