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