Assigns a range to the array.
Content type.
The value should be assigned.
$(D_KEYWORD this).
auto v1 = const Array!int([5, 15, 8]); Array!int v2; v2 = v1; assert(v1 == v2);
See Implementation
Assigns a range to the array.