not function

bool not(
  1. dynamic x$1
)

Implementation

dc.bool not(dc.dynamic x$1, ){
if(((x$1!=false)&&(x$1!=null))){
return false;
}
return true;
}