Files
rust/library
Dylan DPC 482a6eaf10 Rollup merge of #100026 - WaffleLapkin:array-chunks, r=scottmcm
Add `Iterator::array_chunks` (take N+1)

A revival of https://github.com/rust-lang/rust/pull/92393.

r? `@Mark-Simulacrum`
cc `@rossmacarthur` `@scottmcm` `@the8472`

I've tried to address most of the review comments on the previous attempt. The only thing I didn't address is `try_fold` implementation, I've left the "custom" one for now, not sure what exactly should it use.
2022-08-14 17:09:14 +05:30
..
2022-08-12 16:28:15 -04:00
2022-05-20 09:30:26 +02:00
2022-06-03 17:16:41 -04:00
2022-08-07 11:56:12 -04:00
2022-08-10 19:42:24 +03:00