BasicSector.opSlice

Ontains a slice of the entire sector

  1. T[] opSlice(size_t start, size_t end)
  2. T[] opSlice()
    struct BasicSector(T)
    T[]
    opSlice
    ()

Return Value

Type: T[]

the slice

Meta