Skip to content

Instantly share code, notes, and snippets.

@fengb

fengb/tag.zig Secret

Created August 20, 2019 13:53
Show Gist options
  • Save fengb/6de712965cb752ba72478f5cfb3870cb to your computer and use it in GitHub Desktop.
Save fengb/6de712965cb752ba72478f5cfb3870cb to your computer and use it in GitHub Desktop.
fn Field(comptime number: comptime_int, comptime T: type) type {
return @setDecl(type, "number", number);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment