method full
Documentation for method full
assembled from the following types:
class Backtrace
From Backtrace
(Backtrace) method full
Defined as:
multi method full(Backtrace:D:)
Returns a full string representation of the backtrace, including hidden frames, compiler-specific frames, and those from the setting.
my $backtrace = Backtrace.new; say $backtrace.full;