pub fn fp128Value(self: *Builder, value: f128) Allocator.Error!Value
pub fn fp128Value(self: *Builder, value: f128) Allocator.Error!Value { return (try self.fp128Const(value)).toValue(); }