pub fn noneConst(self: *Builder, ty: Type) Allocator.Error!Constant
pub fn noneConst(self: *Builder, ty: Type) Allocator.Error!Constant { try self.ensureUnusedConstantCapacity(1, NoExtra, 0); return self.noneConstAssumeCapacity(ty); }