TData.wrapGC

Create a new instance which slices some range of managed (GC-owned) memory. Does not copy the data.

struct TData(T)
static
static if(useGC)
wrapGC
(
T[] data
)
if (
!hasIndirections!T
)

Meta