Time.this - multiple declarations

Function Time.this

Instantiate an instance where runningSlowly is false.

this (
  core.time.Duration total,
  core.time.Duration elapsed
);

Function Time.this

Instantiate a copy of an instance of Time with an explicit value for runningSlowly.

this (
  Time other,
  std.typecons.Flag!("runningSlowly") runningSlowly
);