For slices, returns the length of the slice, in elements.
(&self)
| 429 | |
| 430 | /// For slices, returns the length of the slice, in elements. |
| 431 | pub fn len(&self) -> u32 { |
| 432 | self.pointer.1 |
| 433 | } |
| 434 | |
| 435 | /// Returns an iterator over interior pointers. |
| 436 | /// |
no outgoing calls