You could call
Base.print_array(stdout, u)
which outputs bare-bones contents (without even the brackets). This is an undocumented internal function, however.
You could call
Base.print_array(stdout, u)
which outputs bare-bones contents (without even the brackets). This is an undocumented internal function, however.