Join Slack
Powered by
is there a `dropLast` like function, that modifies...
# getting-started
k
Karlo Lozovina
07/10/2020, 6:15 PM
is there a
dropLast
like function, that modifies list inplace, instead of returning a new one?
s
Shawn
07/10/2020, 6:15 PM
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/remove-last.html
k
Karlo Lozovina
07/10/2020, 6:17 PM
That's it, thanks! Can't believe I didn't manage to google that one out 🙂
5
Views
Open in Slack
Previous
Next