unpack method

int unpack(
  1. int packedAddr
)

Implementation

int unpack(int packedAddr) {
  return packedAddr << 1;
}