evael.utils.functions

Undocumented in source.

Members

Functions

assumeNoGC
auto assumeNoGC(T t)

Casts @nogc out of a function or delegate type. Thanks to https://p0nce.github.io/d-idioms/#Bypassing-@nogc

bindDelegate
auto bindDelegate(T t)
Undocumented in source. Be warned that the author may not have intended to support it.
bindDelegate2
auto bindDelegate2(T t)
Undocumented in source. Be warned that the author may not have intended to support it.
getCurrentTime
float getCurrentTime()
Undocumented in source. Be warned that the author may not have intended to support it.
startDelayedTask
void startDelayedTask(void delegate() callback, int interval)

Starts a task after X time.

startTask
void startTask(void delegate() func)
Undocumented in source. Be warned that the author may not have intended to support it.
timeSinceProgramStarted
Duration timeSinceProgramStarted()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

startupTime
MonoTime startupTime;
Undocumented in source.

Meta