pub fn intValue(self: *Builder, ty: Type, value: anytype) Allocator.Error!Value
pub fn intValue(self: *Builder, ty: Type, value: anytype) Allocator.Error!Value { return (try self.intConst(ty, value)).toValue(); }