view v types   =>   column
v   input view

Types returns a list with the type of each column in v.

Examples:
set v [view {A B C} def {a b c}]

view $v types
S S S
view $v get @ * type
S S S