seqUnit function

Expr seqUnit(
  1. Expr x
)

Implementation

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