sbylib ~master (2020-02-29T08:12:18Z)
Dub
Repo
Vector.opAssign
sbylib
math
vector
Vector
Assign operation for vector or array.
Vector
opAssign
(AnotherType value)
struct
Vector
(T, uint S)
Vector
opAssign
(
AnotherType
)
(
const
AnotherType
value
)
if
(
isVector
!(
AnotherType
) ||
isArray
!(
AnotherType
)
)
if
(
__traits(
isArithmetic
,
T
)
)
Vector
opAssign
(AnotherType value)
Parameters
value
AnotherType
assigned value
Return Value
Type:
Vector
this vector after assigned.
Meta
Source
See Implementation
sbylib
math
vector
Vector
aliases
ElementType
constructors
this
functions
array
hasNaN
opAssign
opBinary
opBinaryRight
opCast
opDispatch
opIndex
opOpAssign
opUnary
toString
manifest constants
Dimension
Assign operation for vector or array.