Next: TinyVec exprs, Previous: TinyVec members, Up: TinyVector [Contents][Index]
The assignment operators =, +=, -=, *=, /=, %=, ^=, &=, |=, >>= and <<= are
all provided. The right hand side of an assignment may be a scalar of type
T_numtype
, a TinyVector
of any type but the same size, or a
vector expression.