`toMutableList()` is already copying the original ...
# getting-started
a
toMutableList()
is already copying the original (immutable) list to a new mutable list, though (and then doing the swap after)