Is there anything that you can do with a sub (first parameter being
some sort of object) that you cannot do with a method?  Frex, given:

 multi method my_method($invocant:);

would

 &topical_call := &my_method.assuming :invocant<$_>;

be legal?

--
Jonathan "Dataweaver" Lang

Reply via email to