let foo = [1, 2, 3]; unsafe { *foo.get_unchecked_mut(4) = 5; }
> impossible to express in Rust
Iām not going to argue with Rust folks who misrepresent the language.