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