PointerToolkit
PointerToolkit copied to clipboard
Provides structs that wrap pointers, and Unsafe methods for converting to and from `ref` pointers of any type.
Results
1
PointerToolkit issues
Sort by
recently updated
recently updated
newest added
See reference implementations here: https://github.com/dotnet/runtime/blob/main/src/libraries/System.Runtime.CompilerServices.Unsafe/src/System.Runtime.CompilerServices.Unsafe.il and here: https://github.com/ltrzesniewski/InlineIL.Fody/blob/master/src/InlineIL.Examples/Unsafe.cs Notice how `AsPointer()` uses `conv.u` and the other As() methods that return a ref are slightly different. This may not make a...