Returns the number of entries in the heap.
(&self)
| 237 | |
| 238 | /// Returns the number of entries in the heap. |
| 239 | pub(crate) fn len(&self) -> usize { |
| 240 | self.data.len() |
| 241 | } |
| 242 | |
| 243 | /// Returns the pointer to the shared empty string. |
| 244 | pub(crate) fn empty_text_ptr(&self) -> u64 { |
no outgoing calls