Clock.t stores the elapsed time of the clock.
Due to the way we expose the clock in builtins, clock is a module. We could convert it to a Clock instance, in which case clock.t would be a way of accessing the time.
(We should explain in documentation that t is the commonly used mathematical variable for time, hence the short name.)
Clock.tstores the elapsed time of the clock.Due to the way we expose the clock in builtins,
clockis a module. We could convert it to aClockinstance, in which caseclock.twould be a way of accessing the time.(We should explain in documentation that
tis the commonly used mathematical variable for time, hence the short name.)