pub fn printvv<T>(s: &[Vec<T>]) where
    T: Copy + Display
Expand description

This just prints the items one by one instead of serializing