Guys, this might be a stupid question but... why c...
# announcements
g
Guys, this might be a stupid question but... why can’t I pass a
(Int, String) -> Int
function to a place that requires
(Int, Any) -> Int
? Doesn’t make sense to me... Is there any simple fix for this?