Skip to content

Standard library docs? #2539

Closed
Closed
@akatechis

Description

@akatechis

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions