linear ~master (2021-10-13T18:21:11Z)
Dub
Repo
Vec.opBinaryRight
math
linear
vector
Vec
Undocumented in source. Be warned that the author may not have intended to support it.
struct
Vec
(T, size_t size)
const
auto
opBinaryRight
(
string
op
T
)
(
T
a
)
if
(
__traits(
compiles
,
opBinaryImpl
!
op
(
a
, this)) ||
__traits(
compiles
,
opBinaryImpl1
!
op
(
a
, this))
)
Meta
Source
See Implementation
math
linear
vector
Vec
aliases
Type
constructors
this
functions
castType
map
opBinary
opBinaryRight
opIndex
opOpAssign
toHash
unions
__anonymous