Join Slack
Powered by
This has probably been asked tons of times, but if...
# getting-started
d
dave08
04/24/2018, 12:43 PM
This has probably been asked tons of times, but if I have list
A
and list
B
, I need the first element of
A
unless it's empty, then I would need to return the first element of
B
... is there an idiomatic way to do this in Kotlin?
2
Views
Open in Slack
Previous
Next