add <[[T; N]]>::flatten
, <[[T; N]]>::flatten_mut
, and Vec::<[T; N]>::into_flattened
This commit is contained in:
parent
297a8018b5
commit
06788fd7a4
7 changed files with 153 additions and 0 deletions
|
@ -131,6 +131,7 @@
|
|||
#![feature(trusted_len)]
|
||||
#![feature(trusted_random_access)]
|
||||
#![feature(try_trait_v2)]
|
||||
#![feature(unchecked_math)]
|
||||
#![feature(unicode_internals)]
|
||||
#![feature(unsize)]
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue