Iterate over all deleted row indices.
(&self)
| 116 | |
| 117 | /// Iterate over all deleted row indices. |
| 118 | pub fn iter(&self) -> impl Iterator<Item = u32> + '_ { |
| 119 | self.inner.iter() |
| 120 | } |
| 121 | |
| 122 | /// Remove a row from the deleted set (undo a tombstone). |
| 123 | /// |
no outgoing calls