Currently we have [`impl From<&[T]> for Vec<T> where T: Clone`](https://doc.rust-lang.org/stable/std/vec/struct.Vec.html#impl-From%3C%26%5BT%5D%3E) and [`impl From<&mut [T]> for Vec<T> where T: Clone`](https://doc.rust-lang.org/stable/std/vec/struct.Vec.html#impl-From%3C%26mut%20%5BT%5D%3E), should `From<&[T; N]>` and `From<&mut [T; N]>` also be implemented for `Vec<T>` where `T: Clone`? <!-- TRIAGEBOT_START --> <!-- TRIAGEBOT_ASSIGN_START --> <!-- TRIAGEBOT_ASSIGN_DATA_START$${"user":"vincenzopalazzo"}$$TRIAGEBOT_ASSIGN_DATA_END --> <!-- TRIAGEBOT_ASSIGN_END --> <!-- TRIAGEBOT_END -->