Array.opSliceAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void opSliceAssign(T value)
  2. void opSliceAssign(T[] values)
    struct Array(T)
    pragma(inline, true) @nogc
    void
    opSliceAssign
    (
    T[] values
    )
  3. void opSliceAssign(T value, size_t i, size_t j)

Meta