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