phobos-next v0.3.9 (2020-08-07T21:50:30Z)
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
hasElaborateDestructorNew
isAddress
isSet
isSetOf
variables
needsMove
Allocate an array of T-elements of length length using Allocator.