dsfml ~master (2021-10-04T07:02:59.4470602)
Dub
Repo
Time.opOpAssign
dsfml
system
time
Time
Overload of *= and /= assignment operators.
Time
opOpAssign
(Time rhs)
Time
opOpAssign
(E num)
struct
Time
ref
Time
opOpAssign
(
string
op
E
)
(
E
num
)
if
(
isNumeric
!(
E
) &&
(
(
op
== "*"
)
||
(
op
== "/"
)
)
)
Meta
Source
See Implementation
dsfml
system
time
Time
constructors
this
functions
asDuration
asMicroseconds
asMilliseconds
asSeconds
opBinary
opCmp
opEquals
opOpAssign
opUnary
static variables
Zero
Overload of *= and /= assignment operators.