DArray.array

Returns a slice.

  1. inout(E)[] opSlice()
  2. alias array = opSlice
    struct DArray(E)
    alias array = opSlice

Meta