Created
June 18, 2026 06:35
-
-
Save Tracnac/910cd5d6f8f47c92dd482efc7d1da5d8 to your computer and use it in GitHub Desktop.
Odin pointer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| - &var — address of var (produces a ^T) | |
| - var^ — dereference the pointer (get the value at the address) | |
| - ^T — pointer type |
Tracnac
commented
Jun 18, 2026
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment