add <[[T; N]]>::flatten, <[[T; N]]>::flatten_mut, and Vec::<[T; N]>::into_flattened

This commit is contained in:
Cyborus04 2022-04-01 20:07:28 -04:00
parent 297a8018b5
commit 06788fd7a4
7 changed files with 153 additions and 0 deletions

View file

@ -131,6 +131,7 @@
#![feature(trusted_len)]
#![feature(trusted_random_access)]
#![feature(try_trait_v2)]
#![feature(unchecked_math)]
#![feature(unicode_internals)]
#![feature(unsize)]
//