Remix.run Logo
dtj1123 a day ago

Can you elaborate on what you find to be an issue?

metaltyphoon a day ago | parent [-]

For me, anytype and the everything is public

dtj1123 21 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 a day ago | parent [-]

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