rust/library/alloc/src/vec
Chan Kwan Yin 02094f9962
Updated Vec::splice documentation
Replacing with equal number of values does not increase the length of the vec.

Reference: https://stackoverflow.com/a/62559271/3990767
2021-01-29 12:21:53 +08:00
..
cow.rs style: applying Rust style 2020-12-29 14:03:30 +00:00
drain.rs style: applying Rust style 2020-12-29 14:03:30 +00:00
drain_filter.rs style: applying Rust style 2020-12-29 14:03:30 +00:00
in_place_drop.rs style: applying Rust style 2020-12-29 14:03:30 +00:00
into_iter.rs Fix rustdoc link in vec/into_iter.rs. 2020-12-30 15:35:02 +00:00
is_zero.rs style: applying Rust style 2020-12-29 14:03:30 +00:00
mod.rs Updated Vec::splice documentation 2021-01-29 12:21:53 +08:00
partial_eq.rs style: applying Rust style 2020-12-29 14:03:30 +00:00
set_len_on_drop.rs refactor: moved SetLenOnDrop to set_len_on_drop 2020-12-29 14:03:30 +00:00
source_iter_marker.rs style: applying Rust style 2020-12-29 14:03:30 +00:00
spec_extend.rs style: applying Rust style 2020-12-29 14:03:30 +00:00
spec_from_elem.rs style: applying Rust style 2020-12-29 14:03:30 +00:00
spec_from_iter.rs fix: moved import into #[cfg(test)] 2020-12-29 14:03:30 +00:00
spec_from_iter_nested.rs Add SpecFromIter ref in the comments directly 2021-01-19 18:28:33 +01:00
splice.rs style: applying Rust style 2020-12-29 14:03:30 +00:00