pub fn floatValue(self: *Builder, value: f32) Allocator.Error!Value
pub fn floatValue(self: *Builder, value: f32) Allocator.Error!Value { return (try self.floatConst(value)).toValue(); }