Vector.opIndex

Gets vector element.

struct Vector(size_t Size, Type = float, string Accessors = "", string Orientation = "horizontal")
@trusted ref pure nothrow
opIndex
(
size_t element
)
if (
Size > 0
)

Meta