1
2
3
use super::Vector;

impl<T: Copy, const N: usize> Copy for Vector<T, { N }> {}