rust/library/alloc
Niklas Fiekas 0bccdb34a2
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.
2023-11-07 17:46:00 +01:00
..
benches remove redundant imports 2023-12-10 10:56:22 +08:00
src Stabilize slice_group_by 2023-11-07 17:46:00 +01:00
tests Stabilize slice_group_by 2023-11-07 17:46:00 +01:00
Cargo.toml Rename {collections=>alloc}{tests,benches} 2023-11-26 12:04:56 +00:00