Programming Language

Nocter

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

/development/std/internal/io/index.nct

index.nct

//! Package-internal policy shared by public I/O modules.

see ./errors.nct

use /internal/os.OSError

/// Maps one target-independent OS classification to the stable public I/O error family.
pub(/) func io_error_from_os(os_error: OSError): error