Compiler implementation of the D programming language.
A reusable array that ratchets up in capacity.
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.
See Source File backend/barray.d Documentation: https://dlang.org/phobos/dmd_backend_barray.html
Walter Bright
Copyright (C) 2018-2021 by The D Language Foundation, All Rights Reserved
Boost License 1.0
Compiler implementation of the D programming language.