rook
when(e) { is String, Int -> /*do stuff*/ }
bissell
is String, is Int -> /*do stuff*/
e
String
Int
Any
/*do stuff*/
Exception e
ConnectException
SocketTimeoutException
is
A modern programming language that makes developers happier.