Number of initialized bytes.
(&self)
| 112 | |
| 113 | /// Number of initialized bytes. |
| 114 | pub fn initialized_bytes(&self) -> usize { |
| 115 | self.first_uninit_element |
| 116 | } |
| 117 | |
| 118 | /// Checks if this is the only slice pointing to the underlying allocation. |
| 119 | /// |
nothing calls this directly
no outgoing calls
no test coverage detected