Lines Matching full:safety
151 // SAFETY: This allocation originally came from a `Vec`, so it passes in into_vecdeque()
226 // SAFETY: the min() above ensures that step_size is in bounds in advance_by()
229 // SAFETY: the min() above ensures that step_size is in bounds in advance_by()
250 // Safety: ZSTs can be conjured ex nihilo, only the amount has to be correct
255 // Safety: ditto
260 … // Safety: `len` indicates that this many elements are available and we just checked that
269 // Safety: `len` is larger than the array size. Copy a fixed amount here to fully initialize
282 // SAFETY: the caller must guarantee that `i` is in bounds of the in __iterator_get_unchecked()
319 // SAFETY: same as for advance_by() in advance_back_by()
322 // SAFETY: same as for advance_by() in advance_back_by()
326 // SAFETY: same as for advance_by() in advance_back_by()
424 // In addition to the SAFETY invariants of the following three unsafe traits