irx.builder.runtime
irx.builder.runtime
Source: packages/irx/src/irx/builder/runtime/__init__.py
title: Builder runtime helpers and runtime feature support.Functions
safe_pop(values: builtins.list[ir.Value | ir.Function | None]) -> ir.Value | ir.Function | None
title: Safe pop.
parameters:
values:
type: builtins.list[ir.Value | ir.Function | None]
returns:
type: ir.Value | ir.Function | None