Skip to content

Instantly share code, notes, and snippets.

@Tracnac
Created June 18, 2026 06:35
Show Gist options
  • Select an option

  • Save Tracnac/910cd5d6f8f47c92dd482efc7d1da5d8 to your computer and use it in GitHub Desktop.

Select an option

Save Tracnac/910cd5d6f8f47c92dd482efc7d1da5d8 to your computer and use it in GitHub Desktop.
Odin pointer
- &var — address of var (produces a ^T)
- var^ — dereference the pointer (get the value at the address)
- ^T — pointer type
@Tracnac

Tracnac commented Jun 18, 2026

Copy link
Copy Markdown
Author
Odin_types

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment