Moves the element at the position n out of the range.
The moved element is left in a valid but unspecified state.
Range type.
Random-access range.
Element position.
The element at the position n.
// Has elements without a postblit constructor. int[3] a = 5; assert(moveAt(a[], 1) == 5);
$(D_PSYMBOL move).
See Implementation
Moves the element at the position n out of the range.
The moved element is left in a valid but unspecified state.