seqSuffix function

BinaryOp seqSuffix(
  1. Expr x,
  2. Expr y
)

Implementation

BinaryOp seqSuffix(Expr x, Expr y) =>
    BinaryOp(BinaryOpKind.seqSuffix, x, y).declare();