Variable Timer.onTick

Occurs when an interval amount of time has passed since the last tick event.

class Timer
{
  // ...
  Event!(teraflop.time.Timer) onTick ;
  // ...
}