rt.gc.cdgc.dynarray

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.

Members

Structs

DynArray
struct DynArray(T)

Dynamic array.

See Also

gc module

Meta

License

Public Domain

Authors

Leandro Lucarella <llucax@gmail.com>