rust/library/core
The 8472 3925fc0c8e document and improve array Guard type
The type is unsafe and now exposed to the whole crate.
Document it properly and add an unsafe method so the
caller can make it visible that something unsafe is happening.
2022-11-08 00:13:26 +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 document and improve array Guard type 2022-11-08 00:13:26 +01:00
tests simplification: do not process the ArrayChunks remainder in fold() 2022-11-07 21:44:25 +01:00
Cargo.toml Avoid use of rand::thread_rng in stdlib benchmarks 2022-05-02 00:08:21 -07:00