Vector.opSliceOpAssign

Assign all elements in the given range using the given operation and the given value

  1. void opSliceOpAssign(E value)
  2. void opSliceOpAssign(E value, long start, long end)
    struct Vector(E, Allocator = typeof(theAllocator))
    scope
    static if(isElementMutable)
    void
    opSliceOpAssign
    (
    string op
    )
    (,
    long start
    ,
    long end
    )
    if (
    isAllocator!Allocator
    )

Meta