NaryOp constructor

NaryOp(
  1. NaryOpKind kind,
  2. List<Expr> args
)

Implementation

NaryOp(this.kind, this.args);