sbylib ~master (2020-02-29T08:12:18Z)
Dub
Repo
Vector.opUnary
sbylib
math
vector
Vector
Unary operation for "-".
Vector
opUnary
()
Vector
opUnary
()
struct
Vector
(T, uint S)
const
Vector
opUnary
(
string
op
)
(
)
if
(
op
== "-"
)
if
(
__traits(
isArithmetic
,
T
)
)
Return Value
Type:
Vector
an inverted vector
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
Unary operation for "-".