Programming Language

Nocter

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

/development/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`.