that makes sense. Currently though, I think a lot ...
# stdlib
k
that makes sense. Currently though, I think a lot of people (myself included) are using readonly lists for the sake of readability, and accepting the performance tradeoffs that come with that. I would still use mutable lists where I see fit, but I would probably replace most or all of my usage of readonly lists with immutable lists
4