pub fn eq_vectors<T>(va: &[T], vb: &[T]) -> bool where
    T: Eq