(&self)
| 223 | /// For non-contiguous arrays, it is the length that the logical structure would have if it were copied to a contiguous representation. |
| 224 | #[inline] |
| 225 | pub fn len_bytes(&self) -> usize { |
| 226 | self.0.len as usize |
| 227 | } |
| 228 | |
| 229 | /// Gets the number of dimensions. |
| 230 | /// |
no outgoing calls
no test coverage detected