Function undefValue [src]
Prototype
pub fn undefValue(self: *Builder, ty: Type) Allocator.Error!Value
Parameters
self: *Builder
ty: Type
Source
pub fn undefValue(self: *Builder, ty: Type) Allocator.Error!Value {
return (try self.undefConst(ty)).toValue();
}