See Original text in context
Returns the invocant of the failed, qualified method call
See Original text in context
method invocant(Parameter: --> Bool)
Returns True
if the parameter is the invocant parameter.
my Signature = :( : Str is rw, Bool :);say .params[0].invocant; # OUTPUT: «True»say .params[1].invocant; # OUTPUT: «False»