nudsfml v0.0.10-alpha (2023-02-09T04:48:03Z)
Dub
Repo
Time.opBinary
nudsfml
system
time
Time
Overload of binary + and - operators toadd or subtract two time values.
Time
opBinary
(Time rhs)
struct
Time
const
Time
opBinary
(
string
op
)
(
Time
rhs
)
if
(
(
op
== "+"
)
||
(
op
== "-"
)
)
Time
opBinary
(E num)
Meta
Source
See Implementation
nudsfml
system
time
Time
constructors
this
functions
asDuration
asMicroseconds
asMilliseconds
asSeconds
opBinary
opCmp
opEquals
opOpAssign
opUnary
static variables
Zero
Overload of binary + and - operators toadd or subtract two time values.