Function hugr_core::builder::inout_sig

source ยท
pub fn inout_sig(
    inputs: impl Into<TypeRow>,
    outputs: impl Into<TypeRow>,
) -> Signature
Expand description

Return a FunctionType with the specified input and output types whose extension delta, when used in a non-FuncDefn container, will be inferred.