The following can be replaced with `x.last()`: ``` let x = vec![1,2,3]; let _ = x.get(x.len() - 1); ```