callocSlice

Allocates a slice of memory of type T and with the specified length. Since dynamic arrays cannot be

T[]
callocSlice
nothrow @nogc
(
T
)
(
size_t length
)

Meta