move more to generic points

This commit is contained in:
Henry Schimke
2023-05-04 13:16:44 -05:00
parent 74a830f462
commit 592a4d694c
2 changed files with 137 additions and 62 deletions

View File

@@ -228,7 +228,7 @@ impl<'a> PatternView<'a> {
let mut size = size.unwrap_or(0);
if size == 0 {
size = self.count - offset;
}
}
// else if size < 0 {
// size += self.count - offset;
// }