tida v0.1.3 (2022-04-24T19:31:37Z)
Home
Dub
Repo
Vector.opUnary
tida
vector
Vector
Undocumented in source.
struct
Vector
(T)
@
safe
nothrow pure inout
template
opUnary (
string
op
)
if
(
op
== "-" ||
op
== "+"
) {
alias
opUnary
=
positived
;
alias
opUnary
=
negatived
;
}
Members
Aliases
opUnary
alias
opUnary
=
positived
Undocumented in source.
opUnary
alias
opUnary
=
negatived
Undocumented in source.
Meta
Source
See Implementation
tida
vector
Vector
aliases
Type
constructors
this
functions
array
length
negatived
normalize
normalized
opBinary
opCmp
opEquals
opIndex
opIndexAssign
opOpAssign
positived
templates
opUnary
variables
x
y