Introduce Cursor::seek_start to compute VersionedOffset once
This commit is contained in:
@@ -45,6 +45,10 @@ where
|
||||
self.sum_dimension = U::default();
|
||||
}
|
||||
|
||||
pub fn seek_start(&self) -> &S {
|
||||
&self.seek_dimension
|
||||
}
|
||||
|
||||
pub fn start(&self) -> &U {
|
||||
&self.sum_dimension
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user