Remix.run Logo
metaltyphoon a day ago

For me, anytype and the everything is public

dtj1123 19 hours ago | parent | next [-]

You're in luck regarding anytype: https://codeberg.org/ziglang/zig/issues/32099

peesem a day ago | parent | prev [-]

all fields are public. declarations are private to the file they're in by default and then public if you choose to make them public

metaltyphoon 20 hours ago | parent [-]

I guess I should have been more specific. I'm not a fan of fields all being public