Get the number of cells in this row.
(&self)
| 199 | |
| 200 | /// Get the number of cells in this row. |
| 201 | pub fn len(&self) -> usize { |
| 202 | self.cells.len() |
| 203 | } |
| 204 | |
| 205 | /// Check if this row has no cells. |
| 206 | pub fn is_empty(&self) -> bool { |
no outgoing calls