descore ~master (2021-11-17T13:34:47.5426292)
Dub
Repo
Vector.opBinary
des
math
linear
vector
Vector
Any binary operations execs per element
auto
opBinary
(Vector!(K, E) b)
struct
Vector
(size_t N, T)
pure const
auto
opBinary
(
string
op
size_t
K
E
)
(
in
Vector
!(
K
,
E
)
b
)
if
(
isValidOp
!(
op
,
T
,
E
) &&
(
K
==
N
||
K
== 0
||
N
== 0
)
)
auto
opBinary
(E b)
auto
opOpAssign
(E b)
Meta
Source
See Implementation
des
math
linear
vector
Vector
aliases
datatype
selftype
constructors
this
functions
opAssign
opBinary
opBinaryRight
opCast
opOpAssign
opUnary
rebase
manifest constants
AccessString
mixins
__anonymous
postblits
this(this)
properties
e
len
len2
length
static functions
fill
fillOne
templates
isCompatible
variables
data
dims
isDynamic
isStatic
Any binary operations execs per element