I found one enum with a fn!

This commit is contained in:
Benjamin Buccianti 2021-03-12 19:51:19 -03:00
parent f7c7e4939f
commit 067d377b51
No known key found for this signature in database
GPG Key ID: BF431C87F615B0E7
1 changed files with 4 additions and 0 deletions

View File

@ -69,3 +69,7 @@ fn visitElephants(first_elephant: *Elephant) void {
//
// 1) drforester - I found one in the Zig source:
// https://github.com/ziglang/zig/blob/041212a41cfaf029dc3eb9740467b721c76f406c/src/Compilation.zig#L2495
//
// 2) bbuccianti - I found one!
// https://github.com/ziglang/zig/blob/master/lib/std/debug.zig#L477
//