Introduce Cursor::seek_start
to compute VersionedOffset
once
This commit is contained in:
parent
71f50ce361
commit
f294bfdbd9
3 changed files with 10 additions and 20 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue