The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
appendDelOld
dstats
alloc
Appends to an array, deleting the old array if it has to be realloced.
void
appendDelOld
(
T
U
)
(
ref
T
[]
to
,
U
from
)
if
(
Appends
!(
T
,
U
)
)
Meta
Source
See Implementation
dstats
alloc
classes
RegionAllocatorException
enums
GCScan
functions
appendDelOld
newRegionAllocator
scanThreadLocalStack
threadLocalSegmentSize
structs
HashRange
RegionAllocator
RegionAllocatorStack
StackHash
StackSet
StackTree
StackTreeAA
TreeAaIter
Appends to an array, deleting the old array if it has to be realloced.