Global function that returns a new instance of a NativePointer. Saves some typing: ptr(0) is the same as new NativePointer(0)
ptr(0)
new NativePointer(0)
Generated using TypeDoc
Global function that returns a new instance of a NativePointer. Saves some typing:
ptr(0)
is the same asnew NativePointer(0)