pub fn binConst( self: *Builder, tag: Constant.Tag, lhs: Constant, rhs: Constant, ) Allocator.Error!Constant
pub fn binConst( self: *Builder, tag: Constant.Tag, lhs: Constant, rhs: Constant, ) Allocator.Error!Constant { try self.ensureUnusedConstantCapacity(1, Constant.Binary, 0); return self.binConstAssumeCapacity(tag, lhs, rhs); }