Module interoptopus::util[][src]

Expand description

Helpers for backend authors.

Functions

safe_name

Converts an internal name like fn() -> X to a safe name like fn_rval_x

sort_types_by_dependencies

Sorts types so the latter entries will find their dependents earlier in this list.