Hacker News new | ask | show | jobs
by iezepov 1716 days ago
`results[predicate(item)]` here they get the first and the second elements of a tuple. Essentially it’s `results[False]` and `results[True]`
1 comments

Oh, that's obvious now. Must be that Sunday night blindness.