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