seqInRe function

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

Implementation

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