hugr_llvm::types

Type Alias HugrType

source
pub type HugrType = Type;
Expand description

A type alias for a hugr type. We use this to disambiguate from LLVM types.

Aliased Typeยง

struct HugrType(/* private fields */);