Function arrayValue [src]

Prototype

pub fn arrayValue(self: *Builder, ty: Type, vals: []const Constant) Allocator.Error!Value

Parameters

self: *Builderty: Typevals: []const Constant

Source

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