mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-08 11:20:46 -05:00
Found another enum method
This commit is contained in:
parent
c48e6f8087
commit
6d560a235e
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue