In this page:
https://doc.rust-lang.org/nightly/std/mem/union.MaybeUninit.html
I suggest to add an equivalent example of "how to safely initialize an array of Vecs" using MaybeUninit instead of uninitialized, if possible:
https://doc.rust-lang.org/nightly/std/mem/fn.uninitialized.html
In this page:
https://doc.rust-lang.org/nightly/std/mem/union.MaybeUninit.html
I suggest to add an equivalent example of "how to safely initialize an array of Vecs" using MaybeUninit instead of uninitialized, if possible:
https://doc.rust-lang.org/nightly/std/mem/fn.uninitialized.html