Function bigIntValue [src]
Prototype
pub fn bigIntValue(self: *Builder, ty: Type, value: std.math.big.int.Const) Allocator.Error!Value
Parameters
self: *Builder
ty: Type
value: std.math.big.int.Const
Source
pub fn bigIntValue(self: *Builder, ty: Type, value: std.math.big.int.Const) Allocator.Error!Value {
return (try self.bigIntConst(ty, value)).toValue();
}