method is-hidden
Documentation for method is-hidden assembled from the following types:
class Backtrace::Frame
From Backtrace::Frame
(Backtrace::Frame) method is-hidden
Defined as:
method is-hidden(Backtrace::Frame --> Bool)
Returns True if the frame is marked as hidden with the is hidden-from-backtrace trait.
my = Backtrace.new;my = [0];say .is-hidden;