phobos-next ~master (2022-05-18T09:58:38.2169964)
Dub
Repo
Point.opBinary
nxt
geometry
Point
Points +/- Vector => Point
struct
Point
(E, uint D)
const
auto
opBinary
(
string
op
F
)
(
Vector
!(
F
,
D
)
r
)
if
(
(
op
== "+"
)
||
(
op
== "-"
)
)
if
(
D
>= 1
)
Meta
Source
See Implementation
nxt
geometry
Point
aliases
ElementType
constructors
this
functions
opBinary
opSlice
manifest constants
dimension
properties
area
toMathML
toString
variables
_point
Points +/- Vector => Point