`let history = history` is making a local copy of the **reference** (because 
`var ref T` means that you can change the reference itself in addition to the 
data it's pointing to) here, it still points to the same underlying contents as 
the original `history`

Reply via email to