Dynamic array implementation.
Exposes the given root Array as a standard D array.
Reverse an array in-place.
Splits the array at index and expands it to make room for length elements by shifting everything past index to the right.
See Source File root/array.d Documentation: https://dlang.org/phobos/dmd_root_array.html Coverage: https://codecov.io/gh/dlang/dmd/src/master/src/dmd/root/array.d
Walter Bright
Copyright (C) 1999-2020 by The D Language Foundation, All Rights Reserved
Boost License 1.0
Dynamic array implementation.