pub unsafe trait Unique { }
A marker trait confirming that two indices of a Slice will never alias.
Slice
Two calls to get_mut (or any other index operation) with different indices must never return aliasing references.
get_mut