arrayDefault function

Expr arrayDefault(
  1. Expr x
)

Implementation

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