How is that unsafe? The function that takes `(Int,...
# announcements
g
How is that unsafe? The function that takes
(Int, Any) -> Int
as a parameter wouldn’t even know that this
Any
is actually a
String
. So everything is safe for me.