rust/src/libcore/slice
whitequark 8431811728 Bring back slice::ref_slice as slice::from_ref.
These functions were deprecated and removed in 1.5, but such simple
functionality shouldn't require using unsafe code, and it isn't
cluttering libstd too much.
2017-10-23 22:53:31 +00:00
..
mod.rs Bring back slice::ref_slice as slice::from_ref. 2017-10-23 22:53:31 +00:00
rotate.rs Reuse the mem::swap optimizations to speed up slice::rotate 2017-06-21 22:58:45 -07:00
sort.rs Stabilize feature sort_unstable 2017-07-02 02:09:21 +02:00