pub fn arrayValue(self: *Builder, ty: Type, vals: []const Constant) Allocator.Error!Value
pub fn arrayValue(self: *Builder, ty: Type, vals: []const Constant) Allocator.Error!Value { return (try self.arrayConst(ty, vals)).toValue(); }