rust/library/core
Dylan DPC d5232c6b93
Rollup merge of - Cyborus04:slice_flatten, r=scottmcm
Add `<[[T; N]]>::flatten{_mut}`

Adds `flatten` to convert `&[[T; N]]` to `&[T]` (and `flatten_mut` for `&mut [[T; N]]` to `&mut [T]`)
2022-04-08 11:48:21 +02:00
..
benches Use implicit capture syntax in format_args 2022-03-10 10:23:40 -05:00
primitive_docs
src Rollup merge of - Cyborus04:slice_flatten, r=scottmcm 2022-04-08 11:48:21 +02:00
tests Rollup merge of - Cyborus04:slice_flatten, r=scottmcm 2022-04-08 11:48:21 +02:00
Cargo.toml Build libcore as 2021 in a few more places 2022-02-06 15:41:01 -08:00