Join Slack
Powered by
What is best and optimal way to remove all element...
# android
c
Chethan
01/31/2022, 10:23 AM
What is best and optimal way to remove all elements but not first element in kotlin mutable list ?
e
ephemient
01/31/2022, 10:47 AM
.subList(1).clear()
✅ 1
👍🏻 1
👍 2
❤️ 4
4
Views
Open in Slack
Previous
Next