seqToRe function

Expr seqToRe(
  1. Expr x
)

Implementation

Expr seqToRe(Expr x) => UnaryOp(UnaryOpKind.seqToRe, x).declare();