Vector.opSliceAssign

Assign all elements in the given range to the given value

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

Meta