← All docs

hash_algos() — internals

Compiler internals for hash_algos(): lowering path, type checks, and runtime helpers.

hash_algos() — internals

Where it lives

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)

Cross-references