This is interesting too because in Swift you’d have a different bug. While iterating over the players, you’d mutate the collection, which instead of triggering a borrow checker error would trigger a copy, copying all the characters in the game only to throw them away. Correct, but bad for perf
add a skeleton here at some point
9 months ago