← All docs

stream_get_wrappers() — internals

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

stream_get_wrappers() — internals

Where it lives

Lowering notes

  • Lowers stream_get_wrappers() to the static built-in wrapper list.

Runtime helpers

No direct __rt_* helpers captured — the lowering is inlined or routes through another builtin.

Signature summary

function stream_get_wrappers(): array

What the type checker enforces

  • Arity: takes no arguments.

Eval interpreter (magician)

Cross-references