Creates a TestPointer. By default, the pointer identifier used is 1, however this can be overridden by providing an argument to the constructor.
Source
TestPointer([ this.pointer = 1 ]);
Creates a TestPointer. By default, the pointer identifier used is 1, however this can be overridden by providing an argument to the constructor.
TestPointer([ this.pointer = 1 ]);