Show More
@@ -17,7 +17,7 b" struct Chunk<'a> {" | |||||
17 | data: &'a [u8], |
|
17 | data: &'a [u8], | |
18 | } |
|
18 | } | |
19 |
|
19 | |||
20 |
impl |
|
20 | impl Chunk<'_> { | |
21 | /// Adjusted start of the chunk to replace. |
|
21 | /// Adjusted start of the chunk to replace. | |
22 | /// |
|
22 | /// | |
23 | /// Offset allow to take into account the growth/shrinkage of data |
|
23 | /// Offset allow to take into account the growth/shrinkage of data |
General Comments 0
You need to be logged in to leave comments.
Login now