rust/library/core/src/array
Jubilee Young d6955445f5 Simplify [T; N]::try_map signature
People keep making fun of this signature for being so gnarly.
Associated type bounds lend it a much simpler scribbling.
ChangeOutputType can also come along for the ride.
2024-06-11 01:50:43 -07:00
..
ascii.rs Add an example that depends on is_ascii in a const 2023-05-04 14:46:17 -07:00
drain.rs Allow canonicalizing the array::map loop in trusted cases 2023-02-04 16:44:51 -08:00
equality.rs Import the 2021 prelude in the core crate 2024-03-25 13:12:06 -07:00
iter.rs Implement BOXED_SLICE_INTO_ITER 2024-05-20 19:21:30 -04:00
mod.rs Simplify [T; N]::try_map signature 2024-06-11 01:50:43 -07:00