dtiled ~master (2015-12-09T03:04:19Z)
Dub
Repo
RowCol.opOpAssign
dtiled
coords
RowCol
Add, subtract, multiply, or divide one coordinate from another in place.
struct
RowCol
@
nogc
void
opOpAssign
(
string
op
T
)
(
T
rhs
)
if
(
is
(
typeof
(this.
opBinary
!
op
(
rhs
)))
)
Meta
Source
See Implementation
dtiled
coords
RowCol
constructors
this
functions
opBinary
opOpAssign
properties
adjacent
east
north
south
toString
west
Add, subtract, multiply, or divide one coordinate from another in place.