phobos-next ~master (2022-05-18T09:58:38.2169964)
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
needsMove
Allocate an array of T-elements of length length using Allocator.