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