Dynamic array.
This module contains a simple dynamic array implementation for use in the Naive Garbage Collector. Standard D dynamic arrays can't be used because they rely on the GC itself.
gc module
See Source File
Public Domain
Leandro Lucarella <llucax@gmail.com>
Dynamic array.
This module contains a simple dynamic array implementation for use in the Naive Garbage Collector. Standard D dynamic arrays can't be used because they rely on the GC itself.