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