rust/library/core
Scott McMurray 652f34d270 Add [T]::as_chunks_mut (as unstable)
Allows getting the slices directly, rather than just through an iterator as in `array_chunks(_mut)`.  The constructors for those iterators are then written in terms of these methods, so the iterator constructors no longer have any `unsafe` of their own.
2020-10-04 14:49:39 -07:00
..
benches Use more efficient scheme for display u128/i128 2020-09-28 20:38:38 +00:00
src Add [T]::as_chunks_mut (as unstable) 2020-10-04 14:49:39 -07:00
tests Rollup merge of #76745 - workingjubilee:move-wrapping-tests, r=matklad 2020-10-03 00:31:08 +02:00
Cargo.toml