Let’s say I have a `List<T>` and want to ret...
# getting-started
a
Let’s say I have a
List<T>
and want to return a new
List<T>
where two items are swapped based on their positions.
🎄 2