RcArray.opIndex

Indexes the array.

struct RcArray(T)
@nogc ref
T
opIndex
()
(
size_t i
)

Parameters

i size_t

The index.

Return Value

Type: T

The item at the index.

Meta