Skip to content

Instantly share code, notes, and snippets.

@mikdusan
Created January 12, 2021 10:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikdusan/db34637466a312898a9eca74a4e60053 to your computer and use it in GitHub Desktop.
Save mikdusan/db34637466a312898a9eca74a4e60053 to your computer and use it in GitHub Desktop.
fn isComptime() bool {
var t: bool = true;
const x = if (t) @as(u7,0) else @as(u8,0);
return @TypeOf(x) == u7;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment