sel-math ~master (2022-05-24T11:27:01.5164524)
Dub
Repo
Vector.opBinaryRight
sel
math
vector
Vector
Undocumented in source. Be warned that the author may not have intended to support it.
struct
Vector
(T, char[] c)
inout
typeof
(this)
opBinaryRight
(
string
op
F
)
(
F
value
)
if
(
op
!= "in" &&
__traits(
compiles
,
typeof
(this)(
value
))
)
if
(
c.length
> 1 &&
areValidCoordinates
(
c
)
)
Meta
Source
See Implementation
sel
math
vector
Vector
aliases
Type
coordinates
dup
tuple
constructors
this
functions
opBinary
opBinaryRight
opCast
opEquals
opOpAssign
opUnary
toString
type
properties
length
unions
__anonymous
variables
isFloatingPoint