In a message dated Mon, 18 Sep 2006, Darren Duncan writes:

Putting aside legacy issues for the moment,

I suggest that it might be appropriate to rename the .grep list operator to .where, so we can say, for example:

 @filtered = @originals.where:{ .foo eq $bar };

Note that this can be written:

   @filtered = any(@originals) ~~ { .foo eq $bar};

Trey

Reply via email to