Major updates/cleanup.

This commit is contained in:
2026-09-08 07:00:13 +01:00
parent 0df03f418a
commit 0760209417
23 changed files with 668 additions and 441 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ struct ReplacePart {
uint64_t offset_of(Shard *root, uint64_t line);
uint64_t offset_of(Shard *root, Point point);
Point point_of(Shard *root, uint64_t offset);
Point eof_point(Shard *root);
std::string to_string(Shard *root);
std::string to_string(Shard *root, Range range);