pub fn doubleValue(self: *Builder, value: f64) Allocator.Error!Value
pub fn doubleValue(self: *Builder, value: f64) Allocator.Error!Value { return (try self.doubleConst(value)).toValue(); }