We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Non-pub members are accessible outside of std. For example, this is done in the hello world example.
example: https://github.com/zig-lang/zig/blob/101b7745c4da1fdf0ebe723710fe8b195013fc0e/example/hello_world/hello.zig#L4-L8
https://github.com/zig-lang/zig/blob/101b7745c4da1fdf0ebe723710fe8b195013fc0e/std/os/file.zig#L302-L310
https://github.com/zig-lang/zig/blob/101b7745c4da1fdf0ebe723710fe8b195013fc0e/std/io.zig#L30-L38
The text was updated successfully, but these errors were encountered:
Thanks for the report. I believe this is #569
Sorry, something went wrong.
No branches or pull requests
Non-pub members are accessible outside of std. For example, this is done in the hello world example.
example:
https://github.com/zig-lang/zig/blob/101b7745c4da1fdf0ebe723710fe8b195013fc0e/example/hello_world/hello.zig#L4-L8
https://github.com/zig-lang/zig/blob/101b7745c4da1fdf0ebe723710fe8b195013fc0e/std/os/file.zig#L302-L310
https://github.com/zig-lang/zig/blob/101b7745c4da1fdf0ebe723710fe8b195013fc0e/std/io.zig#L30-L38
The text was updated successfully, but these errors were encountered: