rust/library/alloc
bors b5eae9c44d Auto merge of #74373 - lcnr:array_chunks, r=withoutboats
add `slice::array_chunks` to std

Now that #74113 has landed, these methods are suddenly usable. A rebirth of #72334

Tests are directly copied from `chunks_exact` and some additional tests for type inference.

r? @withoutboats as you are both part of t-libs and working on const generics. closes #60735
2020-08-01 06:54:14 +00:00
..
benches
src Auto merge of #74373 - lcnr:array_chunks, r=withoutboats 2020-08-01 06:54:14 +00:00
tests Add str::[r]split_once 2020-07-28 09:58:20 +02:00
Cargo.toml