seqLength function

Expr seqLength(
  1. Expr x
)

Implementation

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