row¶
-
RowView row(size_t i) const¶
Returns a row view into the specified row.
- Parameters
i – the row
- Returns
A value of type
RowView.- Exceptions
this function guarantees not to throw a
LibsemigroupsException.- Complexity
Constant
Returns a row view into the specified row.
i – the row
A value of type RowView.
this function guarantees not to throw a LibsemigroupsException.
Constant