godot-dlang v0.2.0 (2023-02-23T07:46:21Z)
Dub
Repo
Vector.opBinaryRight
godot
vector
Vector
opBinary x [+, -, *, /, %] y
auto
opBinaryRight
(Vector!(R, N) b)
auto
opBinaryRight
(R b)
struct
Vector
(T, size_t N)
const
auto
opBinaryRight
(
string
op
R
)
(
in
R
b
)
if
(
isNumeric
!
R
)
if
(
isNumeric
!
T
&&
N
> 0
)
Meta
Source
See Implementation
godot
vector
Vector
aliases
VecType
dataType
constructors
this
functions
copyof
godotVector
opBinary
opBinaryRight
opCmp
opEquals
opOpAssign
opUnary
ptr
toHash
toString
manifest constants
AccessString
mixins
__anonymous
variables
data
size
opBinary x [+, -, *, /, %] y