mallocSliceNoInit

Allocates a slice with malloc, but does not initialize the content.

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

Meta