Vector.opSliceAssign

Assign all elements to the given value

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

Meta