Another enum method found

This commit is contained in:
Tomasz K 2021-03-15 23:18:45 +01:00 committed by GitHub
parent 1ac044c7b9
commit b199a2c661
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -78,4 +78,6 @@ fn visitElephants(first_elephant: *Elephant) void {
// //
// 4) SpencerCDixon - Love this language so far :-) // 4) SpencerCDixon - Love this language so far :-)
// https://github.com/ziglang/zig/blob/a502c160cd51ce3de80b3be945245b7a91967a85/src/zir.zig#L530 // https://github.com/ziglang/zig/blob/a502c160cd51ce3de80b3be945245b7a91967a85/src/zir.zig#L530
//
// 5) tomkun - here's another enum method
// https://github.com/ziglang/zig/blob/4ca1f4ec2e3ae1a08295bc6ed03c235cb7700ab9/src/codegen/aarch64.zig#L24