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.