rnett
10/15/2020, 3:40 AMorg.jetbrains.kotlin.utils.addToStdlib
in the compiler artifact. Are these things that will be added to the stdlib soon? Because several (especially cast
and safeAs
, for me) are quire nicembonnin
12/11/2020, 3:21 PMcast
and safeAs
would be nice to keep the typing flow (not having to go back to open a parenthesis). Is there an issue to upvote this or is it going to be promoted at some point?Derek Peirce
12/12/2020, 12:55 AMifNull { ... }
(or better name) for ?:
, which also often requires parentheses and makes things look worseilya.gorbunov
12/12/2020, 6:22 AM