I don't understand the point of function reference...
# announcements
s
I don't understand the point of function references. Like, what's the difference between doing filter (isodd()) vs filter (::isOdd) or something. I guess, what (simple) cases make function references useful?