On Sat, Nov 08, 2008 at 07:35:57PM -0800, Vasily Chekalkin via RT wrote: > On Sun Nov 02 03:43:27 2008, masak wrote: > > > > The core issue of this ticket still remains, though: to implement > > Bool.pick in such a way that it returns either Bool::True or Bool::False. > > Ad-hoc implementation attached. I still trying to implement Enum.pick.
Note that according to the current S29, .pick returns a List. (There has been some discussion on #perl6 that .pick should return a Capture instead.) Pm