rust/library/core
Scott McMurray 24affba02e Allow memcmp for more array comparisons
This way comparing `[NonZeroU8; 8]` is just as fast as comparing `[u8; 8]`.
2021-12-10 17:30:39 -08:00
..
benches Auto merge of #88788 - falk-hueffner:speedup-int-log10-branchless, r=joshtriplett 2021-10-12 03:18:54 +00:00
primitive_docs
src Allow memcmp for more array comparisons 2021-12-10 17:30:39 -08:00
tests Rollup merge of #91645 - ibraheemdev:future-join, r=joshtriplett 2021-12-09 05:02:22 +01:00
Cargo.toml