coll$QMARK_ function

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

Implementation

dc.bool coll$QMARK_(dc.dynamic x$1, ){
if((null==x$1)){
return false;
}
return ((lcoc_core.ICollection.satisfies(x$1, )) as dc.bool);
}