u32 function

int u32(
  1. dynamic x$1
)

Implementation

dc.int u32(dc.dynamic x$1, ){
return (4294967295&(x$1 as dc.int));
}