Yeah, `in` and `is` could have been library functi...
# announcements
o
Yeah,
in
and
is
could have been library functions. One problem I see with
in
, though, is that...well, take Mike's examples. Those are two functions with identical signatures (despite having different return types). I.e they are not valid overloads of each other...