rust/library/core
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 mv std libs to library/ 2020-07-27 19:51:13 -05:00
src Auto merge of #74373 - lcnr:array_chunks, r=withoutboats 2020-08-01 06:54:14 +00:00
tests add tests for array_chunks 2020-07-30 10:50:34 +02:00
Cargo.toml mv std libs to library/ 2020-07-27 19:51:13 -05:00