Hacker News new | ask | show | jobs
by MichaelGG 5701 days ago
Yea, but try moving the predicate to a local function, and you get:

Func<int, bool> pred = a => a %3 == 0.

Mix in more complex types (say a dictionary with a tuple in it), and it starts getting pretty verbose.