A cross-platform simulator for the GreenArrays GA144 multi-computer chip.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix temp variable name

+2 -2
+2 -2
src/f18.zig
··· 56 56 io: bool, 57 57 58 58 pub fn toWord(self: Address) Word { 59 - const foo: u9 = @bitCast(self); 60 - return @intCast(foo); 59 + const word: u9 = @bitCast(self); 60 + return @intCast(word); 61 61 } 62 62 63 63 pub fn fromWord(word: Word) Address {