Function indxvec::wv[][src]

pub fn wv<T>(v: &[T]) -> String where
    T: Copy + Display
Expand description

Helper function write vector. Formats Vec as a space separated list that can be Displayed without recourse to Debug. This must be done in Rust item by item, hence the iteration. You can remove the green colour incantations at the beginning and at the end, if not wanted.