INT_T

hugr.std.int.INT_T = ExtType(type_def=TypeDef(name='int', description='integral value of a given bit width', params=[BoundedNatParam(upper_bound=7)], bound=ExplicitBound(bound=TypeBound.Copyable)), args=[BoundedNatArg(n=5)])

HUGR 32-bit integer type.