Compiler implementation of the D programming language.
Exposes the given root Array as a standard D array.
| inout(Array!T)* array | the array to expose. | 
Splits the array at index and expands it to make room for length elements by shifting everything past index to the right. 
| Array!T array | the array to split. | 
| size_t index | the index to split the array from. | 
| size_t length | the number of elements to make room for starting at index. | 
Reverse an array in-place.
| T[] a | array | 
    © 1999–2019 The D Language Foundation
Licensed under the Boost License 1.0.
    https://dlang.org/phobos/dmd_root_array.html