mallocSlice

Allocates a slice with malloc. This does not add GC roots so when using the runtime do not use such slice as traceable.

nothrow @nogc
T[]
mallocSlice
(
T
)
(
size_t count
)

Meta