VariableArg¶
- class hugr.tys.VariableArg(idx: int, param: TypeParam)[source]¶
Bases:
TypeArgA type argument variable.
Methods
Render the argument with the requested nested type options.
Resolve types in the argument using the given registry.
Convert the type argument to a model Term.
Attributes
idxparam- render(*, extension_version: bool = False, qualified_name: bool = False) str¶
Render the argument with the requested nested type options.
- resolve(registry: ext.ExtensionRegistry) TypeArg¶
Resolve types in the argument using the given registry.