Vector.opIndex

struct Vector(E, uint D, bool normalizedFlag = false, Orient orient = Orient.column)
ref inout
inout(E)
opIndex
(
uint i
)
if (
D >= 1 &&
(
!normalizedFlag ||
isFloatingPoint!E
)
)

Return Value

Type: inout(E)

Reference to Internal Vector Element.

Meta