pub fn fpValue(self: *Builder, ty: Type, comptime value: comptime_float) Allocator.Error!Value
pub fn fpValue(self: *Builder, ty: Type, comptime value: comptime_float) Allocator.Error!Value { return (try self.fpConst(ty, value)).toValue(); }