found a Zig enum with a method

This commit is contained in:
David Forester 2021-03-04 19:55:26 -06:00 committed by GitHub
parent 5009b61030
commit 2e6afa0582

View file

@ -66,3 +66,6 @@ fn visitElephants(first_elephant: *Elephant) void {
// name or alias in a comment below this one and make a // name or alias in a comment below this one and make a
// pull request on GitHub for a piece of eternal Ziglings // pull request on GitHub for a piece of eternal Ziglings
// glory. The first five (5) PRs will be accepted! // glory. The first five (5) PRs will be accepted!
drforester - I found one in the Zig source. See link below:
https://github.com/ziglang/zig/blob/041212a41cfaf029dc3eb9740467b721c76f406c/src/Compilation.zig#L2495