rust/library/core/src/slice
Jonas Schievink 2168210961
Rollup merge of #75078 - ijackson:slice-strip, r=steveklabnik
Improve documentation for slice strip_* functions

Prompted by the stabilisation tracking issue #73413 I looked at the docs for `strip_prefix` and `strip_suffix` for both `str` and `slice`, and I felt they could be slightly improved.

Thanks for your attention.
2020-10-29 17:05:00 +01:00
..
iter Rename Iterator::get_unchecked 2020-09-25 19:52:01 +01:00
ascii.rs Move ascii to new module 2020-09-14 09:35:54 +00:00
cmp.rs Add lexicographical comparison doc 2020-10-26 22:39:43 +08:00
index.rs Check for exhaustion in SliceIndex for RangeInclusive 2020-10-20 17:18:08 -07:00
iter.rs Rollup merge of #76635 - scottmcm:slice-as-chunks, r=LukasKalbertodt 2020-10-27 08:44:41 +09:00
memchr.rs Refactor memchr to allow optimization 2020-09-27 15:10:48 +02:00
mod.rs Rollup merge of #75078 - ijackson:slice-strip, r=steveklabnik 2020-10-29 17:05:00 +01:00
raw.rs use array::from_ref for slices 2020-09-23 21:56:23 +02:00
rotate.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
sort.rs Use T::BITS instead of size_of::<T> * 8. 2020-09-19 06:54:42 +02:00