descore v1.1.0 (2015-01-15T16:11:38Z)
Dub
Repo
Vector.opBinary
des
math
linear
vector
Vector
Any binary operations execs per element
auto
opBinary
(Vector!(K, E, oas) b)
struct
Vector
(size_t N, T, alias string AS = "")
pure const
auto
opBinary
(
string
op
size_t
K
E
alias
string
oas
)
(
in
Vector
!(
K
,
E
,
oas
)
b
)
if
(
isValidOp
!(
op
,
T
,
E
) &&
(
K
==
N
||
K
== 0
||
N
== 0
)
)
if
(
isCompatibleArrayAccessStrings
(
N
,
AS
,
VVASES
,
VVASVS
) ||
AS.length
== 0
)
auto
opBinary
(E b)
See Also
isValidOp
Meta
Source
See Implementation
des
math
linear
vector
Vector
aliases
access_string
datatype
selftype
constructors
this
functions
opAssign
opBinary
opBinaryRight
opCast
opOpAssign
opUnary
rebase
postblits
this(this)
properties
e
len
len2
length
opDispatch
variables
data
dims
isDynamic
isStatic
Any binary operations execs per element