View.opSlice

Returns a copy of the entire view

  1. T[] opSlice()
    struct View(T, SectorType = BasicSector!(T))
    T[]
    opSlice
    ()
    if (
    isSector!(SectorType)()
    )
  2. T[] opSlice(size_t start, size_t end)

Return Value

Type: T[]

a T[]

Meta