just found out about ```is``` and couldn't find ``...
# announcements
s
just found out about
Copy code
is
and couldn't find
Copy code
is not
😆 was trying with
Copy code
not
, finally gave up did
Copy code
if(!(a is b))
and Android Studio suggested
Copy code
!is
which I don't think is as nice to read as
Copy code
not
😄