int$QMARK_ function

bool int$QMARK_(
  1. dynamic x$1
)

Implementation

dc.bool int$QMARK_(dc.dynamic x$1, ){
return (x$1 is dc.int);
}