Array.opSlice

Return a slice to the current array. This is equivalent to calling save.

  1. Qualified opSlice()
    struct Array(T)
    Qualified
    opSlice
    (
    this Qualified
    )
    ()
  2. Qualified opSlice(size_t start, size_t end)

Return Value

Type: Qualified

an array that references the current array.

Complexity: O(1)

Meta