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