desmath ~master (2016-01-06T21:44:09Z)
Dub
Repo
Vector.opAssign
des
math
linear
vector
Vector
struct
Vector
(size_t N, T)
pure
auto
opAssign
(
size_t
K
E
)
(
auto
ref
const
(
Vector
!(
K
,
E
))
b
)
if
(
(
K
==
N
||
K
== 0
||
N
== 0
)
&&
is
(
typeof
(
T
(
E.init
)))
)
Meta
Source
See Implementation
des
math
linear
vector
Vector
aliases
datatype
selftype
constructors
this
functions
e
len
opAssign
opBinary
opBinaryRight
opCast
opOpAssign
opUnary
properties
len2
static functions
fill
templates
isCompatible
variables
data
dims
isDynamic
isStatic