Merge branch 'snapshots_v2' into zigdom

This commit is contained in:
Karl Seguin
2025-12-22 17:03:38 +08:00
17 changed files with 690 additions and 406 deletions

View File

@@ -26,8 +26,8 @@ const Caller = @import("Caller.zig");
pub fn Builder(comptime T: type) type {
return struct {
pub const ClassId = u16;
pub const @"type" = T;
pub const ClassId = u16;
pub fn constructor(comptime func: anytype, comptime opts: Constructor.Opts) Constructor {
return Constructor.init(T, func, opts);