On Sun, Sep 18, 2016 at 6:15 PM, Brandon Allbery <[email protected]>
wrote:

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


Which means the shorter way is:

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


-- 
brandon s allbery kf8nh                               sine nomine associates
[email protected]                                  [email protected]
unix, openafs, kerberos, infrastructure, xmonad        http://sinenomine.net

Reply via email to