Returns the number of dimensions added via the `add` method.
(&self)
| 217 | |
| 218 | /// Returns the number of dimensions added via the `add` method. |
| 219 | pub fn len(&self) -> usize { self.normal.len() } |
| 220 | } |
| 221 | |
| 222 | impl Iterator for NormalData { |
no outgoing calls
no test coverage detected