mathed ~master (2022-05-27T19:57:24.9040539)
Dub
Repo
Vector.opOpAssign
mathed
types
vector
Vector
Processes vector addition and subtraction.
void
opOpAssign
(Vector!(Size, SumType, SumAccessors, Orientation) summand)
struct
Vector
(size_t Size, Type = float, string Accessors = "", string Orientation = "horizontal")
@
trusted
pure nothrow
void
opOpAssign
(
string
op
SumType
alias
string
SumAccessors
)
(
in
Vector
!(
Size
,
SumType
,
SumAccessors
,
Orientation
)
summand
)
if
(
(
op
== "+" ||
op
== "-"
)
&&
is
(
SumType
:
Type
)
)
if
(
Size
> 0
)
void
opOpAssign
(Number num)
Meta
Source
See Implementation
mathed
types
vector
Vector
aliases
size
type
constructors
this
functions
castTo
opApply
opBinary
opBinaryRight
opCast
opIndex
opOpAssign
opUnary
set
toMatrix
toString
properties
t
Processes vector addition and subtraction.