← All docs
hash_algos() — internals
Compiler internals for hash_algos(): lowering path, type checks, and runtime helpers.
hash_algos() — internals
Where it lives
- Signature:
src/builtins/string/hash_algos.rs - Lowering:
src/codegen/lower_inst/builtins/strings.rs:271 (lower_hash_algos) - Function symbol:
lower_hash_algos()
Lowering notes
- Lowers
hash_algos()through the runtime algorithm-list builder.
Runtime helpers
The following runtime helpers are referenced:
__rt_hash_algos_list__rt_hash_init
Signature summary
function hash_algos(): array
What the type checker enforces
- Arity: takes no arguments.
Eval interpreter (magician)
- Declaration:
crates/elephc-magician/src/interpreter/builtins/string/hash_algos.rs(eval_builtin!) - Dispatch hooks:
direct,values