Override printed representation of vectors

You could call

Base.print_array(stdout, u)

which outputs bare-bones contents (without even the brackets). This is an undocumented internal function, however.

1 Like