Comments!

This commit is contained in:
Caleb J. Gardner
2026-01-31 05:14:00 -06:00
parent 1ff1e91d5e
commit a76803aad1
9 changed files with 37 additions and 4 deletions
+1
View File
@@ -9,6 +9,7 @@ const TableError = error{
InvalidIndex,
};
/// A two-layer metadata table.
pub fn Table(T: anytype) type {
return struct {
const Self = @This();