Live data from Hacker News

Viewing profile — fallow64

fallow64

HN member
Joined
Fri, Apr 08, 2022, 9:38 PM UTC
HN karma
0
Public activity
1 items

About fallow64

No profile information was provided.

Recent public activity

  1. comment
    Comment #44857183

    Every file is an implicit struct, so importing a module is just importing a struct with static members. You can also do something like: ```Point.zig x: i32, y: i32, const Self = @T…