view v first count   =>   view
v   input view
count   row count

First returns a view containing the first count rows of v.

Example:
set v [view A def {a b c}]

view $v first 2
A
0a
1b