| ... | @@ -1,7 +1,7 @@ | ... | @@ -1,7 +1,7 @@ |
| 1 | /// Lookup of the previous locations for the same 4 byte data. Works on hash of | 1 | //! Lookup of the previous locations for the same 4 byte data. Works on hash of |
| 2 | /// 4 bytes data. Head contains position of the first match for each hash. Chain | 2 | //! 4 bytes data. Head contains position of the first match for each hash. Chain |
| 3 | /// points to the previous position of the same hash given the current location. | 3 | //! points to the previous position of the same hash given the current location. |
| 4 | /// | 4 | |
| 5 | const std = @import("std"); | 5 | const std = @import("std"); |
| 6 | const testing = std.testing; | 6 | const testing = std.testing; |
| 7 | const expect = testing.expect; | 7 | const expect = testing.expect; |