type
methods
| col | Get a column by name. | 
|---|---|
| cols | Get a read-only list of the columns. | 
| get | Get column value. | 
| set | Set a column value. | 
| toStr | Dump the cells separated by a comma. | 
| trap | Trap is used to get or set a column by name. | 
Slot Details
col
cols
 Col[] cols()
Get a read-only list of the columns.
get
Get column value. See type mapping.
set
@Operator
 Void set(Col col, Obj? val)
Set a column value. See type mapping.
toStr
virtual override Str toStr()
Dump the cells separated by a comma.