reIntersectN function

NaryOp reIntersectN(
  1. Iterable<Expr> args
)

Implementation

NaryOp reIntersectN(Iterable<Expr> args) =>
    NaryOp(NaryOpKind.reIntersect, args.toList()).declare();