dlsl ~master (2022-04-13T07:10:34.3128445)
Dub
Repo
Vector.opOpAssign
dlsl
vector
Vector
Op= Operation with a scalar
void
opOpAssign
(valueType val)
struct
Vector
(type, int dim)
nothrow @
nogc
pure nothrow @
nogc
pure nothrow @
nogc
@
safe
void
opOpAssign
(
string
op
)
(
valueType
val
)
if
(
(
op
== "+"
)
||
(
op
== "-"
)
||
(
op
== "*"
)
||
(
op
== "/"
)
)
if
(
(
dim
>= 2
)
&&
(
dim
<= 4
)
)
void
opOpAssign
(Vector vec)
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
Op= Operation with a scalar