Vector.opSliceOpAssign

Slicing operations execute an operation on an entire slice.

Precondition: i < j && j < length

Complexity: O(slice.length)

  1. void opSliceOpAssign(T value)
    struct Vector(T, ALLOC = ThreadMem)
    nothrow
    void
    opSliceOpAssign
    (
    string op
    )
    ()
  2. void opSliceOpAssign(T value, size_t i, size_t j)

Meta