pub fn bfloatConst(self: *Builder, val: f32) Allocator.Error!Constant
pub fn bfloatConst(self: *Builder, val: f32) Allocator.Error!Constant { try self.ensureUnusedConstantCapacity(1, NoExtra, 0); return self.bfloatConstAssumeCapacity(val); }