pointer property

Function pointer
getter/setter pair

Implementation

static Function pointer = (description) {
  return (scope) {
    return scope.parsePointer(description);
  };
};