In Backtrace§
See primary documentation in context for method full.
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;