Closed
Description
Hi,
Not sure if I just wasn't thorough enough in searching, but I have not been able to find any documentation on the std
module. I'm trying to learn Zig by writing some advent of code programs, and I am specifically interested in how to open/read files.
Perhaps related follow-up question: Is there a way to inspect a module to see what other "submodules" are available? I sometimes like to do exploratory programming to just try things out, and being able to just "look" at an object or module and see what's in there is useful. Something like:
const std = @import("std");
@inspect(std);
Metadata
Metadata
Assignees
Labels
No labels