pub fn zeroInitValue(self: *Builder, ty: Type) Allocator.Error!Value
pub fn zeroInitValue(self: *Builder, ty: Type) Allocator.Error!Value { return (try self.zeroInitConst(ty)).toValue(); }