Programming Language

Nocter

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

/development/std/internal/safety/darwin.nct

darwin.nct

//! Darwin implementation of the standard bounds-style termination boundary.

see ./index.nct

use /internal/os/darwin.trap

#target: "arm64-darwin"
func bounds_abort(): never {
    return trap()
}