(&self)
| 320 | /// Returns `true` if the sequence is empty. |
| 321 | #[inline] |
| 322 | pub fn is_empty(&self) -> bool { |
| 323 | self.elements.is_empty() |
| 324 | } |
| 325 | |
| 326 | /// Returns the element at the given index. |
| 327 | #[inline] |
no outgoing calls
no test coverage detected