phobos-next ~master (2024-03-19T05:49:32Z)
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
enums
isLvalueAssignable
shouldBePassedByValue
functions
makeInitZeroArray
templates
ContainerElementType
hasElaborateDestructorNew
isRvalueAssignable
isSet
isSetOf
variables
isAddress
shouldMove
Allocate an array of T-elements of length length using allocator.