dmd.backend.barray

Compiler implementation of the D programming language.

Members

Structs

Barray
struct Barray(T)

A reusable array that ratchets up in capacity.

Rarray
struct Rarray(T)

While Barray is good for reusing a Barray's previous allocation, it doesn't work if an element of the Barray is itself a Barray. Rarray aims to fix that.

Meta

Suggestion Box / Bug Report