T
ErrorsCollection

T

Synthesised documentation from type/Telemetry

From type/Telemetry

See Original text in context

sub T()

Shortcut for Telemetry.new. It is exported by default. Since the Telemetry class also provides an Associative interface, one can easily interpolate multiple values in a single statement:

use Telemetry;
say "Used {T<max-rss cpu>} (KiB CPU) so far";