DArray.opSlice

Returns a slice.

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

Meta