rust/library/core/src/array
bors 83b32f27fc Auto merge of #91766 - scottmcm:more-array-raw-eq, r=yaahc
Allow `memcmp` for more array comparisons

This way comparing `[NonZeroU8; 8]` is just as fast as comparing `[u8; 8]`.
2021-12-14 08:22:31 +00:00
..
equality.rs Allow memcmp for more array comparisons 2021-12-10 17:30:39 -08:00
iter.rs Auto merge of #91512 - scottmcm:array-intoiter-advance, r=Mark-Simulacrum 2021-12-08 07:54:30 +00:00
mod.rs Rollup merge of #91086 - rhysd:issue-91085, r=m-ou-se 2021-12-13 00:20:06 +01:00