The libstd `Vec` adds an impl of `Deref` that derefs to a slice. This allows the use of functions in the `SliceExt` trait directly on `Vec`. Super useful!