pub const Index = enum(u32)
pub const Index = enum(u32) { none = std.math.maxInt(u32), _, pub fn get(i: Index) *Decl { return &Walk.decls.items[@backingInt(i)]; } }