pub unsafe extern "C" fn mlirIntegerTypeGet(
    ctx: MlirContext,
    bitwidth: c_uint
) -> MlirType
Expand description

Creates a signless integer type of the given bitwidth in the context. The type is owned by the context.