rust-lang / nomicon

The Dark Arts of Advanced and Unsafe Rust Programming
https://doc.rust-lang.org/nomicon/
Apache License 2.0
1.82k stars 262 forks source link

Section `Unchecked Uninitialized Memory` could now mention `array::from_fn` #407

Open ibkevg opened 1 year ago

ibkevg commented 1 year ago

This section Unchecked Uninitialized Memory could also mention array::from_fn as a safe way to initialize an array with a fair amount of flexibility.