Programming Language

Nocter

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

/development/std/core/index.nct

index.nct

//! Fundamental result-only types.

/// The result type of a function that returns no value.
pub primitive type void

/// A type with no values, used for computations that cannot return.
pub primitive type never