phobos-next v0.3.7 (2020-07-28T23:34:39Z)
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
isHashable
isSet
isSetOf
needsMove
Allocate an array of T-elements of length length using Allocator.