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