(&self, position: EntryIndex)
| 614 | } |
| 615 | |
| 616 | pub fn len_from_entry_index(&self, position: EntryIndex) -> usize { |
| 617 | self.read().entries.len().saturating_sub(position) |
| 618 | } |
| 619 | |
| 620 | pub fn has_changed_size(&self, old: &DictSize) -> bool { |
| 621 | let current = self.read().size(); |