Programming Language

Nocter

A self-contained systems language built around simplicity, encapsulation, and foolproof design.

/std/index.nct

index.nct

//! Nocter standard-library package root.
//!
//! Public APIs are organized into explicit child modules such as `std/io`, `std/iter`,
//! `std/string`, and `std/vec`.

#package: {
    name: "std",
    version: "0.37.0",
}