integer property

int integer

Implementation

int get integer {
  check();
  return value.i;
}