Jay M
11/28/2019, 11:03 AMdiesieben07
11/28/2019, 11:05 AMunaryPlus
operator.
https://kotlinlang.org/docs/reference/operator-overloading.htmlJay M
11/28/2019, 11:07 AMdiesieben07
11/28/2019, 11:07 AMval image = imageResource(R.drawable.header).unaryPlus()
The 2nd is just:
val image = imageResource(R.drawable.header)
Jay M
11/28/2019, 11:08 AMdiesieben07
11/28/2019, 11:09 AMunaryPlus
, the 2nd doesn't...? I am not sure what your question is.Dias
11/28/2019, 11:16 AMJay M
11/28/2019, 11:16 AMMatteo Mirk
11/28/2019, 11:30 AMJay M
11/28/2019, 11:30 AMdiesieben07
11/28/2019, 11:31 AMJay M
11/28/2019, 11:31 AMgildor
11/28/2019, 1:04 PM