granite-rust/library/core
The 8472 cfcce8e684 specialize iter::ArrayChunks::fold for TrustedRandomAccess iters
This is fairly safe use of TRA since it consumes the iterator so
no struct in an unsafe state will be left exposed to user code
2022-11-07 21:44:25 +01:00
..
benches add benchmark for iter::ArrayChunks::fold specialization 2022-11-07 21:44:24 +01:00
primitive_docs Add primitive documentation to libcore 2021-09-12 02:23:08 +00:00
src specialize iter::ArrayChunks::fold for TrustedRandomAccess iters 2022-11-07 21:44:25 +01:00
tests Format dyn Trait better in type_name intrinsic 2022-11-01 20:41:47 +00:00
Cargo.toml Avoid use of rand::thread_rng in stdlib benchmarks 2022-05-02 00:08:21 -07:00