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