Array.opSliceAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void opSliceAssign(T value, size_t start, size_t end)
    struct Array(alias T, alias AllocT = SystemAllocator, alias Grow = DefaultGrowth)
    @nogc nothrow
    void
    opSliceAssign
    ()
    (
    auto ref T value
    ,,)
  2. void opSliceAssign(T[] value, size_t start, size_t end)

Meta