Expand in-place iteration specialization to Flatten, FlatMap and ArrayChunks

This commit is contained in:
The 8472 2023-04-15 12:59:16 +02:00
parent 2a1af898b2
commit 3ca6bb0b44
25 changed files with 391 additions and 63 deletions

View file

@ -155,6 +155,7 @@
#![feature(std_internals)]
#![feature(str_internals)]
#![feature(strict_provenance)]
#![feature(trusted_fused)]
#![feature(trusted_len)]
#![feature(trusted_random_access)]
#![feature(try_trait_v2)]