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