Where can find fix length array memory layout document

lili akozhao at tencent.com
Wed Jun 19 16:22:43 UTC 2019


On Wednesday, 19 June 2019 at 12:53:05 UTC, Cym13 wrote:
>
> Did you import it properly?
>
> ```
>     void main() {
>         import core.stdcpp.array;
>         auto a = array!(int, 4)();
>     }
> ```
>
> compiles and runs without issue for me. You'll have to show 
> your code if you want people to help you there.

Ok, where has some mistake in my code. thanks.



More information about the Digitalmars-d-learn mailing list