DArray.opSlice

Returns a slice from x to y.

  1. inout(E)[] opSlice()
  2. inout(E)[] opSlice(X x, Y y)
    struct DArray(E)
    inout(E)[]
    opSlice
    inout
    (
    X
    Y
    )
    (
    X x
    ,
    Y y
    )

Meta