phobos-next v0.4.6 (2022-11-25T12:27:21Z)
Home
Dub
Repo
makeInitZeroArray
nxt
container
traits
Allocate an array of
T
-elements of length
length
using
allocator
.
@
safe
@
trusted
T
[]
makeInitZeroArray
(
T
alias
allocator
)
(
const
size_t
length
)
Meta
Source
See Implementation
nxt
container
traits
functions
makeInitZeroArray
templates
ContainerElementType
hasElaborateDestructorNew
isAddress
isSet
isSetOf
variables
shouldMove
Allocate an array of T-elements of length length using allocator.