Files
rust/library
Matthias Krüger a5b60c941e Rollup merge of #117678 - niklasf:stabilize-slice_group_by, r=dtolnay
Stabilize `slice_group_by`

Renamed "group by" to "chunk by" a per #80552.

Newly stable items:

* `core::slice::ChunkBy`
* `core::slice::ChunkByMut`
* `[T]::chunk`
* `[T]::chunk_by`

Closes #80552.
2024-01-26 14:43:29 +01:00
..
2023-11-21 16:33:42 +01:00
2023-08-23 20:05:14 -04:00
2023-10-12 11:11:29 +02:00
2024-01-11 15:26:16 +00:00