patN function

Pat patN(
  1. Iterable<Expr> terms
)

Implementation

Pat patN(Iterable<Expr> terms) => Pat(terms.toList()).declare();