view meta data cols...   =>   view
meta   meta view
cols...   data columns

Data returns a view constructed from lists and columns given as cols... input arguments. The columns must match in type and number with the specified meta view.

Example:
view {A B:I} mdef | data {a b c} {1 22 333}
AB
0a1
1b22
2c333