rust/library/core/src/array
Jubilee Young 472230d192 Remove array_zip
`[T; N]::zip` is "eager" but most zips are mapped.
This causes poor optimization in generated code.
This is a fundamental design issue and "zip" is
"prime real estate" in terms of function names,
so let's free it up again.
2023-05-30 00:40:39 -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 Merge two different equality specialization traits in core 2023-03-01 14:42:06 -08:00
iter.rs Add intrinsics::transmute_unchecked 2023-04-22 17:22:03 -07:00
mod.rs Remove array_zip 2023-05-30 00:40:39 -07:00