View.opIndex

Retrieves the value of the element at the given position

struct View(T, SectorType = BasicSector!(T))
T
opIndex
(
size_t idx
)
if (
isSector!(SectorType)()
)

Parameters

idx size_t

the position of the element

Return Value

Type: T

the value

Meta