Rows¶
Constructors¶
create¶
Parameters¶
Returns¶
- Rows val^
Public Functions¶
size¶
Returns the number of rows.
Returns¶
- USize val
apply¶
Returns the i
th row if it exists. Otherwise, throws an error.
Parameters¶
- i: USize val
Returns¶
- Row val ?
values¶
Returns an iterator over the rows.
Returns¶
- RowIterator ref