Documentation for method is-routine assembled from the following pages:
Class: Backtrace::Frame §
From Backtrace::Frame
(Backtrace::Frame) method is-routine §
Defined as:
method is-routine(Backtrace::Frame: --> Bool)
Return True if the frame points into a routine (and not into a mere Block).
my = Backtrace.new;my = [0];say .is-routine;