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