const c = @import("./c.zig"); const World = @import("./world.zig").World; pub fn Iter(comptime ctx: anytype) type { return struct { world: *World(ctx), raw: c.ecs_iter_t, }; }