On Sun, Sep 18, 2016 at 6:15 PM, Brandon Allbery <allber...@gmail.com>
wrote:

>     for @inputs.map({ .&prefix:<+> }) { ... }


Which means the shorter way is:

    for @inputs.map(+*) { ... }


-- 
brandon s allbery kf8nh                               sine nomine associates
allber...@gmail.com                                  ballb...@sinenomine.net
unix, openafs, kerberos, infrastructure, xmonad        http://sinenomine.net

Reply via email to