Antigluon

Results 1 comments of Antigluon

When is `@branchHint(none)` likely to be used in code? I imagine mostly in error paths, where the default hint would be `unlikely`. For example: ```zig const resource_handle: ResourceHandle = getOftenUnavailableResource()...