StaticArray.moveAt

Move element at index to return.

struct StaticArray(T, uint capacity_, bool borrowChecked = false)
@trusted
static if(isMutable!T)
@"complexity", "O(length)"
T
moveAt
()
(
size_t index
)

Meta