v input view col column index or name
Onecol returns a view with a single column. It's a simpler version of {colmap}.
set v [view {A B} def {a b c d e f}] view $v onecol A A 0a 1c 2e view $v onecol -1 B 0b 1d 2f
A 0a 1c 2e
B 0b 1d 2f