Skip to main content

Module builtins

Module builtins 

Source
Expand description

Built-in word signatures for Seq

Defines the stack effects for all runtime built-in operations.

The signatures and docs are split across per-category sub-modules under builtins/, each exposing an add_signatures(&mut sigs) and an add_docs(&mut docs) helper. This file composes them into the public builtin_signatures() and builtin_docs() maps.

Functionsยง

builtin_doc
Get documentation for a built-in word.
builtin_docs
Get all built-in word documentation (cached with LazyLock for performance).
builtin_signature
Get the stack-effect signature for a built-in word.
builtin_signatures
Build the full map of built-in word signatures.