global: wip

This commit is contained in:
nym21
2025-06-06 12:23:45 +02:00
parent 1921c3d901
commit a11bf5523b
134 changed files with 333 additions and 708 deletions

View File

@@ -230,6 +230,11 @@ where
fn len(&self) -> usize {
self.vec.len()
}
#[inline]
fn path(&self) -> &Path {
self.vec.path()
}
}
impl<'a, I, T> Iterator for RawVecIterator<'a, I, T>