Preparation for building instructions

This commit is contained in:
2026-03-23 07:22:00 -06:00
parent b4560c208f
commit da1c090f19
18 changed files with 1454 additions and 100 deletions

View File

@@ -49,6 +49,16 @@ namespace spider {
u64 size() const;
public:
u8* begin();
u8* end();
const u8* begin() const;
const u8* end() const;
};
}