rust/library/core
kadmin 56a651ca15 Add recommend changes to array
Switch from indexing to zip, and also use `write` on `MaybeUninit`.

Add array_map feature to core/src/lib

Attempt to fix issue of no such feature

Update w/ pickfire's review

This changes a couple of names around, adds another small test of variable size,
and hides the rustdoc #![feature(..)].

Fmt doctest

Add suggestions from lcnr
2020-08-13 03:50:59 +00:00
..
benches
src Add recommend changes to array 2020-08-13 03:50:59 +00:00
tests Add recommend changes to array 2020-08-13 03:50:59 +00:00
Cargo.toml