seqAt function

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

Implementation

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