Join Slack
Communities
Powered by
In the case of `val sum = x?:0 + y`, if `x` is nu...
# random
r
rook
06/04/2018, 5:46 PM
In the case of
val sum = x?:0 + y
, if
x
is null,
val sum = 0 + y
. Otherwise
val sum = x
Open in Slack
Previous
Next