initFromDD method

void initFromDD(
  1. DD dd
)

Implementation

void initFromDD(DD dd) {
  hi = dd.hi;
  lo = dd.lo;
}