How can I allocate a int[] array on stack?

Jack jckj33 at gmail.com
Fri Mar 26 05:47:55 UTC 2021


What's the equivalent of C's VLA in D? scoped from std.typecons 
doesn't seem to work with arrays. Should I use alloca() for my 
array or is there something else?


More information about the Digitalmars-d-learn mailing list