Merge pull request #35 from GoldsteinE/patch-1

Found another enum method
This commit is contained in:
Dave Gauer 2021-03-13 15:43:28 -05:00 committed by GitHub
commit 1e9b447eb4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -73,3 +73,5 @@ fn visitElephants(first_elephant: *Elephant) void {
// 2) bbuccianti - I found one!
// https://github.com/ziglang/zig/blob/master/lib/std/debug.zig#L477
//
// 3) GoldsteinE - Found many, here's one
// https://github.com/ziglang/zig/blob/ce14bc7176f9e441064ffdde2d85e35fd78977f2/lib/std/target.zig#L65