dlsl ~master (2022-04-13T07:10:34.3128445)
Dub
Repo
Vector.opOpAssign
dlsl
vector
Vector
Componentwise Op= Operation with another vector
void
opOpAssign
(valueType val)
void
opOpAssign
(Vector vec)
struct
Vector
(type, int dim)
nothrow @
nogc
pure nothrow @
nogc
pure nothrow @
nogc
@
safe
void
opOpAssign
(
string
op
)
(
Vector
vec
)
if
(
(
op
== "+"
)
||
(
op
== "-"
)
||
(
op
== "*"
)
||
(
op
== "/"
)
)
if
(
(
dim
>= 2
)
&&
(
dim
<= 4
)
)
Meta
Source
See Implementation
dlsl
vector
Vector
aliases
dimension
valueType
constructors
this
functions
clear
length
ok
opBinary
opBinaryRight
opCast
opDispatch
opEquals
opOpAssign
opUnary
ptr
toString
static functions
isCompatibleVectorImpl
templates
isCompatibleVector
unions
__anonymous
Componentwise Op= Operation with another vector