Dinamyc arrays

Timofey tipo3ro at gmail.com
Sun Sep 17 17:15:34 UTC 2023


I`ve just started learning d and have a question.
What should I write to set dinamyc rectangular array length in 
both dimentions?
For example, I have declareted an array:
```   int[][] matrix;```
and want set it as n*n matrix.
Thanks




More information about the Digitalmars-d-learn mailing list