<@U0HUJ25V1> my question is: is `asSequence.filte...
# tornadofx
t
@thomasnield my question is: is
asSequence.filter.tolist
not the same as
.filter
without
asSequence
and
.tolist
so
Copy code
mutableList.filter(it.length < 5).forEach(mutableList.remove(it)