This module contains compiler support for constructing dynamic arrays
Does array initialization (not assignment) from another array of the same element type.
Tarr to
| what array to initialize |
Tarr from
| what data the array should be initialized with |
to
@trusted
until the implementation can be brought up to modern D expectations.Do construction of an array. ti[count] p = value;
Tarr p
| what array to initialize |
T value
| what data to construct the array with |
@trusted
until the implementation can be brought up to modern D expectations.
© 1999–2019 The D Language Foundation
Licensed under the Boost License 1.0.
https://dlang.org/phobos/core_internal_array_construction.html