pointer32 property

Function pointer32
getter/setter pair

Implementation

static Function pointer32 = (description) {
  return (scope) {
    return scope.parsePointer32(description);
  };
};