identity function

dynamic identity(
  1. dynamic x$1
)

Implementation

dc.dynamic identity(dc.dynamic x$1, ){
return x$1;
}