Hacker News new | ask | show | jobs
by x3tm 2694 days ago
I would've written:

<iter> = ( f(i) for i in <gen>)

where f() is some function of i.