Type Alias hugr_llvm::types::HugrFuncType

source ·
pub type HugrFuncType = Signature;
Expand description

A type alias for a hugr function type. We use this to disambiguate from the LLVM FunctionType.

Aliased Type§

struct HugrFuncType {
    pub input: TypeRowBase<NoRV>,
    pub output: TypeRowBase<NoRV>,
    pub extension_reqs: ExtensionSet,
}

Fields§

§input: TypeRowBase<NoRV>§output: TypeRowBase<NoRV>§extension_reqs: ExtensionSet