Function hugr_llvm::custom::prelude::add_prelude_extensions

source ยท
pub fn add_prelude_extensions<'c, H: HugrView>(
    cem: CodegenExtsMap<'c, H>,
    pcg: impl PreludeCodegen + 'c,
) -> CodegenExtsMap<'c, H>
Expand description

Add a PreludeCodegenExtension to the given CodegenExtsMap using pcg as the implementation.