view v structure   =>   string
v   input view

Structure returns a string which concisely describes the structure of a view and all its subviews. Column names are not included.

Examples:
set v [view {A B} def {a 1 b 2 c 5 b 3}]

view $v structure
SS
view $v group A G | structure
S(S)