Files
rust/src/libcore/slice
Jack O'Connor b3ffd3344e define copy_within on slices
This is a safe wrapper around ptr::copy, for regions within a single
slice. Previously, safe in-place copying was only available as a side
effect of Vec::drain.
2018-09-20 00:57:05 -04:00
..
2018-09-20 00:57:05 -04:00