bettercmath v0.2.0 (2020-12-28T03:15:07Z)
Dub
Repo
Vector.opOpAssign
bettercmath
vector
Vector
Assign result of applying operator with
other
to elements.
Vector
opOpAssign
(T scalar)
Vector
opOpAssign
(T[M] other)
struct
Vector
(T, uint N)
pure ref return
Vector
opOpAssign
(
string
op
uint
M
)
(
const
auto
ref
T
[
M
]
other
)
if
(
N
> 0
)
Meta
Source
See Implementation
bettercmath
vector
Vector
aliases
ElementType
a
b
ba
g
gb
gba
p
pq
q
r
rg
rgb
s
st
stp
t
tp
tpq
u
uv
v
w
x
xy
xyz
y
yz
yzw
z
zeroes
zw
constructors
this
functions
opBinary
opBinaryRight
opCast
opOpAssign
opUnary
manifest constants
dimension
variables
elements
ones
zeros
Assign result of applying operator with other to elements.