Range.opIndex

Returns the element at the specified index

struct Range(T = size_t, U = T)
T
opIndex
()

Parameters

index T

the index of the element

Return Value

Type: T

the element at the specified index

Meta