vlad.minaev
ephemient
mutableList.subList(startInclusive, endExclusive).clear()
.slice(startInclusive until endExclusive)
list.take(startInclusive) + list.drop(endExclusive)
nanodeath
filterIndexed
A modern programming language that makes developers happier.