Vector.opSliceUnary

Slicing operations execute an operation on an entire slice.

Precondition: i < j && j < length

Complexity: O(slice.length)

Meta