On Tuesday, 7 July 2015 at 12:29:04 UTC, Rikki Cattermole wrote:
size_t count;
AVStream* thePtr;
AVStream[] array = thePtr[0 .. count];

That should work.

Thanks.

Will that reuse the existing allocate memory at `thePtr` for internal storage of the D array? If so how is the GC aware of this memory?

Is there any tutorials, reference documentation, etc on these matters?

Reply via email to