Join Slack
Powered by
hello everyone private val CURRENT_DATE_PREF_...
# announcements
a
am414
04/24/2019, 3:04 AM
hello everyone private val CURRENT_DATE_PREF_VALUE = "cdate" to "" "to" refers to what?
g
gildor
04/24/2019, 3:06 AM
No, this is Pair builder, it creates Pair<String, String> in this case
👌 1
🙏 1
j
jw
04/24/2019, 3:06 AM
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/to.html
👌 1
g
gildor
04/24/2019, 3:06 AM
You can just navigate to
to
declaration
👌 1
gildor
04/24/2019, 3:07 AM
also see doc about infix functions
https://kotlinlang.org/docs/reference/functions.html#infix-notation
🙏 1
a
am414
04/24/2019, 3:09 AM
thanks a lot, Andrey!
am414
04/24/2019, 3:10 AM
thanks a lot, Jake!
3
Views
Open in Slack
Previous
Next