Skip to content

Instantly share code, notes, and snippets.

@CurtisFenner
Created May 8, 2020 01:11
Show Gist options
  • Save CurtisFenner/364c3d47c94ca43156f634d219f9977e to your computer and use it in GitHub Desktop.
Save CurtisFenner/364c3d47c94ca43156f634d219f9977e to your computer and use it in GitHub Desktop.
fn dataAddress(comptime x: var) *@TypeOf(x) {
const Storage = struct {
const location = x;
};
return &Storage.location;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment