Hello!Is it possible to get pointer to a data in std.container.Array like .ptr from an array? I need to pass a pointer to some C function (from DerelictGL3 binding) and avoid GC allocation.
Thank you!
Oleg via Digitalmars-d-learn Fri, 28 Aug 2015 10:51:39 -0700
Hello!Is it possible to get pointer to a data in std.container.Array like .ptr from an array? I need to pass a pointer to some C function (from DerelictGL3 binding) and avoid GC allocation.
Thank you!