NaryOp setIntersectN(Iterable<Expr> args) => NaryOp(NaryOpKind.setIntersect, args.toList()).declare();