dil.Array

Members

Static variables

PAGESIZE
size_t PAGESIZE;

The system size of a memory page. Default to 4k.

Structs

Array
struct Array

Fast, mutable, resizable array implementation.

DArray
struct DArray(E)

An array implementation that uses D's Garbage Collector functions.

Meta

Authors

Aziz Köksal

License

GPL3 $(Maturity low)