mutils v0.0.2 (2017-12-08T12:44:38Z)
Dub
Repo
Vec.opBinary
mutils
linalg
vec
Vec
Undocumented in source. Be warned that the author may not have intended to support it.
Vec
!(
T
,
dim
)
opBinary
(Vec!(T, dim) rhs)
struct
Vec
(T, int dim)
Vec
!(
T
,
dim
)
opBinary
(
string
op
)
(
Vec
!(
T
,
dim
)
rhs
)
Vec
!(
T
,
dim
)
opBinary
(T[dim] rhs)
Vec
!(
T
,
dim
)
opBinary
(float rhs)
Vec
!(
T
,
dim
)
opBinary
(double rhs)
Meta
Source
See Implementation
mutils
linalg
vec
Vec
constructors
this
functions
customSerialize
length
length_squared
opAssign
opBinary
toString
manifest constants
dimension
unions
__anonymous