sbylib ~master (2020-02-29T08:12:18Z)
Dub
Repo
Vector.opIndex
sbylib
math
vector
Vector
Indexing operation.
T
opIndex
(size_t i)
T
opIndex
(size_t i)
struct
Vector
(T, uint S)
ref
T
opIndex
(
size_t
i
)
if
(
__traits(
isArithmetic
,
T
)
)
Return Value
Type:
T
i-th element of this vector.
Meta
Source
See Implementation
sbylib
math
vector
Vector
aliases
ElementType
constructors
this
functions
array
hasNaN
opAssign
opBinary
opBinaryRight
opCast
opDispatch
opIndex
opOpAssign
opUnary
toString
manifest constants
Dimension
Indexing operation.