BasicSector.opIndex

Ontains the element at the given index

struct BasicSector(T)
T
opIndex
(
size_t idx
)

Parameters

idx size_t

the index

Return Value

Type: T

the element

Meta