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