habere-et-disper I have multis with the same signature. How do I call them all? I can get them with .cando but I'm not sure how to call each candidate then? 19:40
m: multi foo { 'bar' }; multi foo { 'baz' }; say .() for &foo.cando 19:47
camelia bar
baz