Return the label for `self`.
(&self)
| 141 | |
| 142 | /// Return the label for `self`. |
| 143 | pub fn label(&self) -> &String { |
| 144 | &self.label |
| 145 | } |
| 146 | |
| 147 | /// Retrieve an immutable reference to the polynomial contained in `self`. |
| 148 | pub fn polynomial(&self) -> &P { |
no outgoing calls
no test coverage detected