ptrToInt static method
- PlatformPointer ptr
The code is used only internally and is not a public API. The comment exists mainly to satisfy the linter.
Implementation
static int ptrToInt(PlatformPointer ptr) => ptr.address;
The code is used only internally and is not a public API. The comment exists mainly to satisfy the linter.
static int ptrToInt(PlatformPointer ptr) => ptr.address;