Returns the number of values in the buffer
(&self)
| 55 | |
| 56 | /// Returns the number of values in the buffer |
| 57 | pub fn len(&self) -> usize { |
| 58 | self.buffer.len() |
| 59 | } |
| 60 | |
| 61 | /// Returns the capacity of the buffer |
| 62 | pub fn capacity(&self) -> usize { |
no outgoing calls
no test coverage detected