pub fn undefValue(self: *Builder, ty: Type) Allocator.Error!Value
pub fn undefValue(self: *Builder, ty: Type) Allocator.Error!Value { return (try self.undefConst(ty)).toValue(); }