BasicSector.opSlice

Returns a slice of this sector between the given bounds

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

Parameters

start size_t

the lower (inclusive) bound

end size_t

the upper (exclusive) bound

Return Value

Type: T[]

the slice

Meta