DynamicArray.opSlice

Undocumented in source. Be warned that the author may not have intended to support it.
  1. inout(T[]) opSlice(size_t from, size_t too)
  2. inout(T[]) opSlice()
    struct DynamicArray(T, size_t OFFSET = 3)
    @nogc inout pure nothrow
    inout(T[])
    opSlice
    ()

Meta